Hi,
We recently update Sonar to Server 2025.4 Enterprise on prem version running on docker.
We jave a project update to Java 18 and have this error when try to execute Sonar scanner throw the pipeline en develop stage
RROR: 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 61.0), this version of the Java Runtime only recognizes class file versions up to 55.0
I don’t find any information about JRE supported version before Java 17.
Does anyone have the same problem? And how can yo solve this.
Thanks