is there any compatible version of SonarQube with Java 13

Viewed 1477

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

1 Answers

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

Related