Sonarqube gradle task failing with java 10

Hello @ludo,

the reason why your analysis is failing is because you are using older version of SonarQube. You can either upgrade your SonarQube to 7.2 , or you can upgrade SonarJava plugin in your SQ instance.

You should be able to run analysis using Java 10 in general. If you encounter any issues, let us know here and we will try to fix it.

1 Like