OtherDevOpsGene / zap-sonar-plugin

Integrates OWASP Zed Attack Proxy reports into SonarQube
GNU General Public License v3.0
67 stars 29 forks source link

Switch to OpenJDK 11 #43

Closed OtherDevOpsGene closed 3 years ago

OtherDevOpsGene commented 5 years ago

Switch to using OpenJDK (because the license on Oracle JDK is no longer friendly). Switch to OpenJDK 11 because that is what SonarQube Server now requires.

From https://docs.sonarqube.org/latest/requirements/requirements/:

SonarQube analysis requires version 8+ of the JVM and the SonarQube Server requires version 11+.

OtherDevOpsGene commented 3 years ago

Fixed on main