You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Replace <version>${sat.version}</version> with <version>0.13.0</version> (or add property)
execute mvn clean install -P check
Output: [ERROR] Failed to execute goal org.openhab.tools.sat:sat-plugin:0.13.0:checkstyle (default) on project test: An error has occurred in Checkstyle report generation.: Failed during checkstyle execution: Failed during checkstyle configuration: unable to parse configuration stream: com.puppycrawl.tools.checkstyle.api.CheckstyleException: Property ${checkstyle.forbiddenPackageUsageCheck.forbiddenPackages} has not been set -> [Help 1]
The text was updated successfully, but these errors were encountered:
Steps to reproduce:
pom.xml
<version>${sat.version}</version>
with<version>0.13.0</version>
(or add property)mvn clean install -P check
Output:
[ERROR] Failed to execute goal org.openhab.tools.sat:sat-plugin:0.13.0:checkstyle (default) on project test: An error has occurred in Checkstyle report generation.: Failed during checkstyle execution: Failed during checkstyle configuration: unable to parse configuration stream: com.puppycrawl.tools.checkstyle.api.CheckstyleException: Property ${checkstyle.forbiddenPackageUsageCheck.forbiddenPackages} has not been set -> [Help 1]
The text was updated successfully, but these errors were encountered: