aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/sonar-xoo-plugin
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/sonar-xoo-plugin')
-rw-r--r--plugins/sonar-xoo-plugin/build.gradle5
1 files changed, 0 insertions, 5 deletions
diff --git a/plugins/sonar-xoo-plugin/build.gradle b/plugins/sonar-xoo-plugin/build.gradle
index a152bff4d29..d3330473874 100644
--- a/plugins/sonar-xoo-plugin/build.gradle
+++ b/plugins/sonar-xoo-plugin/build.gradle
@@ -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) {