Open henryju opened 6 years ago
According to Plugin Version Matrix Groovy plugin is not supported in 7.2+ Is this issue the reason ?
Yes
Is this plugin going to be updated to work with 7.3+?
Hi I fixed plugin to work with sonar 7.3, you can find it here: https://github.com/armsargis/sonar-groovy/tree/sonar-7.3.
Meanwhile will clean code and send pull request
any news for the PR?
Also looking forward to getting this merged into main
any information on this issue? it's preventing all sonarqube analysis made by the gradle plugin as well
Any update? This is blocking our upgrade to 7.4.
Issue #81 is the best bet to move forward on this.
This worked for me:
git clone https://github.com/armsargis/sonar-groovy.git
cd sonar-groovy
git checkout sonar-7.3
mvn package
cp sonar-groovy-plugin/target/sonar-groovy-plugin-1.6.jar
Restart the server and rerun scanner
These APIs will be dropped in SQ 7.3, for example: https://github.com/pmayweg/sonar-groovy/blob/ccd68fdfa501bdf9fc8156aed041c14068cee391/sonar-groovy-plugin/src/main/java/org/sonar/plugins/groovy/surefire/GroovySurefireParser.java#L51