Hi everyone,
I’m currently using Sonar Community Edition Version 9.9.4 for my project and I have a project in Java 8, according to the documentation I need to have JDK 17, is there a solution to use Sonar Community Edition Version 9.9.4 for project in java 8?
You need Java 17/21 for Sonar analysis. But you can compile your code with another Java release, please see the docs where the case of Java 11 compilation and Java 17 analysis is mentioned.
Hi,
In addition to Volker’s great answer, I’d like to point out that you probably want to set sonar.java.jdkHome
since your analysis JDK doesn’t match your compile JDK.
HTH,
Ann