Sonarqube version update - java Mismatch

Hi Keerthana,

The SonarScanners require Java 17 to run the analysis. So, your agents should have Java 17 configured. If your project requires compilation with Java 11, you can use the sonar.java.jdkHome property to point to a Java 11 installation.

And yes, this configuration is supported in SonarQube v2025.1 LTA.

I would also recommend directly upgrading to the latest patch release:
SonarQube Server 2025 Release 1.3 LTA

Additionally, please review the list of supported database versions to ensure compatibility. You may need to upgrade your database if it’s not supported.

Thanks,
Aravind

1 Like