]> source.dussan.org Git - sonarqube.git/commitdiff
SONAR-21157 Drop support for running the scanners with Java 11
authorMatteo Mara <matteo.mara@sonarsource.com>
Fri, 1 Dec 2023 09:43:13 +0000 (10:43 +0100)
committersonartech <sonartech@sonarsource.com>
Fri, 1 Dec 2023 20:02:43 +0000 (20:02 +0000)
plugins/sonar-xoo-plugin/build.gradle
sonar-core/build.gradle
sonar-duplications/build.gradle
sonar-markdown/build.gradle
sonar-plugin-api-impl/build.gradle
sonar-scanner-engine/build.gradle
sonar-scanner-protocol/build.gradle
sonar-testing-harness/build.gradle
sonar-ws/build.gradle

index a152bff4d295419db80895afa0177d7f301e9fef..d3330473874a7baf6c7843fcef42e82d1dd78907 100644 (file)
@@ -34,11 +34,6 @@ jar {
 
 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) {
index 8f8abccb27a3953351024a1998490b0f885919c4..0a7ac004a70fbd70fa0a9b926685edb3953c1cdf 100644 (file)
@@ -40,11 +40,6 @@ dependencies {
   testCompileOnly 'com.google.code.findbugs:jsr305'
 }
 
-// Produce Java 11 bytecode while making sure the code does not use any APIs from Java 17
-tasks.withType(JavaCompile) {
-  options.release = 11
-}
-
 // Used by sonar-db-core to run DB Unit Tests
 artifactoryPublish.skip = false
 publishing {
index 351b5c922f764dea903716dd8db78c4198d77be9..d3c65d720b2eae5421e7983a681ce02b1ba5aa9f 100644 (file)
@@ -19,8 +19,3 @@ dependencies {
   testImplementation 'org.hamcrest:hamcrest-core'
   testImplementation 'org.mockito:mockito-core'
 }
-
-// Produce Java 11 bytecode while making sure the code does not use any APIs from Java 17
-tasks.withType(JavaCompile) {
-  options.release = 11
-}
index 7bd7025a437a358821c9961ea6476b9cbe1d11e3..714a4651345af33890cb3854faf6dcf787c61ef3 100644 (file)
@@ -17,11 +17,6 @@ dependencies {
 
 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) {
index 92bf8a3e6c9b8b363518af4c3512465c3064b84c..3c1f5be70b9c0124075b86631cb63ec1e4c7a446 100644 (file)
@@ -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) {
index 093f996a9c4c763e1b3cfb5160e5764d18f5366d..1e29e7f04001570373d93e56b1f5dff291233292 100644 (file)
@@ -67,11 +67,6 @@ license {
 
 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
-}
-
 // Used by core plugins
 publishing {
   publications {
index 2413f3da74fa29eac83a75d6345c6b1259936f24..3e45afc6882c85d344fe9998d9189e971d2eb25c 100644 (file)
@@ -33,11 +33,6 @@ task fatJar(type: Jar) {
 
 build.dependsOn fatJar
 
-// Produce Java 11 bytecode while making sure the code does not use any APIs from Java 17
-tasks.withType(JavaCompile) {
-  options.release = 11
-}
-
 // Used by sonar-db-core to run DB Unit Tests
 artifactoryPublish.skip = false
 publishing {
index 6c2d5ad32bf7633cceb0b2743d6ce5073bc5004e..7826c3bdba9d808699982f8b5ac58517e8c6814a 100644 (file)
@@ -19,11 +19,6 @@ dependencies {
   compileOnlyApi 'com.google.code.findbugs:jsr305'
 }
 
-// Produce Java 11 bytecode while making sure the code does not use any APIs from Java 17
-tasks.withType(JavaCompile) {
-  options.release = 11
-}
-
 artifactoryPublish.skip = false
 publishing {
   publications {
index bd8cecda19c7bad5b9a0885f1f9bb66ad3201c9a..d9db37e3bf443c75ecb6d78b6832142e706db046 100644 (file)
@@ -39,11 +39,6 @@ dependencies {
 
 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) {