]> source.dussan.org Git - sonarqube.git/commitdiff
[NO JIRA] set ut-monitoring to use java 11
authorSteve Marion <unknown>
Tue, 3 Jan 2023 16:08:42 +0000 (17:08 +0100)
committersonartech <sonartech@sonarsource.com>
Tue, 3 Jan 2023 20:03:04 +0000 (20:03 +0000)
ut-monitoring/build.gradle

index 7cbf861e6442ee6929aca0448e9fc6144b1078d2..39fe958dac7511f910c2b12589eef1141df5a0f0 100644 (file)
@@ -14,6 +14,10 @@ dependencies {
     compileOnlyApi 'org.aspectj:aspectjtools'
 }
 
+tasks.withType(JavaCompile) {
+    options.release = 11
+}
+
 sonar {
     skipProject = true
 }