8

I am currently using SonarQube Community Edition version 7.7 on Java 8 JDK using Maven, Iwant to start evaluating OpenJDK 13 . Sonarqube doesn't support OpenJDK 13

Nicolas Pepinster
  • 5,413
  • 2
  • 30
  • 48
  • Looking at [this](https://docs.sonarqube.org/latest/requirements/requirements/) page it states: "SonarQube analysis requires version 8+ of the JVM and the SonarQube Server requires version 11+". So did you encounter some issue? – Jeroen Heier Oct 10 '19 at 18:30
  • @JeroenHeier I'm not sure what you mean. It says on the page that it supports openjdk 11. OP is asking for openjdk 13. Are they compatible? – Mihai P. Oct 28 '19 at 09:10
  • 1
    I have installed JDK 13 recently. It is not running any build properly. If I downgrade JDK 12 it is working fine. I wanted to know is there any specific changes we need to make for JDK 13 to run sonarqube successfully? – kaushik kumar Oct 29 '19 at 20:17

1 Answers1

2

As per the documentation here, it says SonarQube only supports JDK11 (Oracle or OpenJDK)

aksappy
  • 3,400
  • 3
  • 23
  • 49