aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-scanner-engine
diff options
context:
space:
mode:
authorMatteo Mara <matteo.mara@sonarsource.com>2023-12-01 10:43:13 +0100
committersonartech <sonartech@sonarsource.com>2023-12-01 20:02:43 +0000
commit5f969fa44d41023d4411a4d8c3e0dc14e915ba27 (patch)
treeda2df88401c41ccf5277d2160d5c3e85b6bcaf6b /sonar-scanner-engine
parent83325c00407343f092221844675490669840401e (diff)
downloadsonarqube-5f969fa44d41023d4411a4d8c3e0dc14e915ba27.tar.gz
sonarqube-5f969fa44d41023d4411a4d8c3e0dc14e915ba27.zip
SONAR-21157 Drop support for running the scanners with Java 11
Diffstat (limited to 'sonar-scanner-engine')
-rw-r--r--sonar-scanner-engine/build.gradle5
1 files changed, 0 insertions, 5 deletions
diff --git a/sonar-scanner-engine/build.gradle b/sonar-scanner-engine/build.gradle
index 093f996a9c4..1e29e7f0400 100644
--- a/sonar-scanner-engine/build.gradle
+++ b/sonar-scanner-engine/build.gradle
@@ -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 {