Hi all,
Decided to bite the bullet and upgrade from a version old version of SQ (7) to the latest using the below ARM template onto Azure.
Which sets up an azure website using container SONARQUBE:latest
Site is running and set up correctly, I have my PAT tokens and my SQ tokens correct. I get a failure on the Run Code Analysis task in devops pipelines with
##[error]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
Its not clear to be how to specify Java 8 52.0 in my app serivce? or is this done in the sonarqube website?
S