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
I've noticed bfffd7b appears to include a fix for issue I've hit when using latest 0.2.2 Release when trying to run from Azure DevOps.
##[error]ERROR: Error during SonarScanner execution
##[debug]Processed: ##vso[task.logissue type=error;]ERROR: Error during SonarScanner execution
ERROR: Error during SonarScanner execution
##[error]java.lang.NoClassDefFoundError: org/sonar/api/internal/apachecommons/lang/StringUtils
##[debug]Processed: ##vso[task.logissue type=error;]java.lang.NoClassDefFoundError: org/sonar/api/internal/apachecommons/lang/StringUtils
java.lang.NoClassDefFoundError: org/sonar/api/internal/apachecommons/lang/StringUtils
##[error]at com.msd.gin.common.sonar.LintRSensor.readLintrOutputFile(LintRSensor.java:88)
##[debug]Processed: ##vso[task.logissue type=error;]at com.msd.gin.common.sonar.LintRSensor.readLintrOutputFile(LintRSensor.java:88)
at com.msd.gin.common.sonar.LintRSensor.readLintrOutputFile(LintRSensor.java:88)
##[error]at com.msd.gin.common.sonar.LintRSensor.execute(LintRSensor.java:67)
Appears there is no release that includes above fix yet.
I built out latest of master locally and this has resolved my issue, so may benefit others if a new release is created.
The text was updated successfully, but these errors were encountered:
Hi there,
I've noticed bfffd7b appears to include a fix for issue I've hit when using latest 0.2.2 Release when trying to run from Azure DevOps.
Appears there is no release that includes above fix yet.
I built out latest of master locally and this has resolved my issue, so may benefit others if a new release is created.
The text was updated successfully, but these errors were encountered: