diff options
author | Matteo Mara <matteo.mara@sonarsource.com> | 2023-12-01 10:43:13 +0100 |
---|---|---|
committer | sonartech <sonartech@sonarsource.com> | 2023-12-01 20:02:43 +0000 |
commit | 5f969fa44d41023d4411a4d8c3e0dc14e915ba27 (patch) | |
tree | da2df88401c41ccf5277d2160d5c3e85b6bcaf6b /sonar-plugin-api-impl | |
parent | 83325c00407343f092221844675490669840401e (diff) | |
download | sonarqube-5f969fa44d41023d4411a4d8c3e0dc14e915ba27.tar.gz sonarqube-5f969fa44d41023d4411a4d8c3e0dc14e915ba27.zip |
SONAR-21157 Drop support for running the scanners with Java 11
Diffstat (limited to 'sonar-plugin-api-impl')
-rw-r--r-- | sonar-plugin-api-impl/build.gradle | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/sonar-plugin-api-impl/build.gradle b/sonar-plugin-api-impl/build.gradle index 92bf8a3e6c9..3c1f5be70b9 100644 --- a/sonar-plugin-api-impl/build.gradle +++ b/sonar-plugin-api-impl/build.gradle @@ -35,11 +35,6 @@ processResources { artifactoryPublish.skip = false -// Produce Java 11 bytecode while making sure the code does not use any APIs from Java 17 -tasks.withType(JavaCompile) { - options.release = 11 -} - publishing { publications { mavenJava(MavenPublication) { |