So we upgraded to Sonarqube version 9.2.4 and everything appeared to work until we run our first build and it errored out on the analysis with the error
ERROR: Error during SonarScanner execution
java.lang.UnsupportedClassVersionError: org/sonar/batch/bootstrapper/EnvironmentInformation has been compiled by a more recent version of the Java Runtime (class file version 55.0), this version of the Java Runtime only recognizes class file versions up to 52.0
Anyone successfully get version 9.2.4 running in an app service? My web app is configured for Java 11 and minor is 11 with auto upgrade. Any thoughts?
So we upgraded to Sonarqube version 9.2.4 and everything appeared to work until we run our first build and it errored out on the analysis with the error
ERROR: Error during SonarScanner execution java.lang.UnsupportedClassVersionError: org/sonar/batch/bootstrapper/EnvironmentInformation has been compiled by a more recent version of the Java Runtime (class file version 55.0), this version of the Java Runtime only recognizes class file versions up to 52.0
Anyone successfully get version 9.2.4 running in an app service? My web app is configured for Java 11 and minor is 11 with auto upgrade. Any thoughts?