Sonarqube Java 11

I have been recently introduced to Sonarqube and I am trying to work my way around. I am using Sonarqube and need to use Java 11. It seems the stack is at Java 8! How can I use Java 11?

Hi, I have been through the same road recently, I did the below

1.Download Java SDK 11 from Oracle site
2.Unzip the file into a local folder
3.Change the file wrapper.conf under the Sonarqube installation folder - ex: C:\SonarQube\conf. the line looks something like - wrapper.java.command=C:\java\jdk-11.0.10\bin\java

1 Like

Thank you very much. Will try this out

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.