There was an error while loading. Please reload this page.
1 parent 45a6a74 commit 80b090bCopy full SHA for 80b090b
1 file changed
gradle/build.versions.toml
@@ -3,7 +3,7 @@
3
[versions]
4
build-plugins = "2026.7"
5
6
-build-jdk = "21"
+build-jdk = "17"
7
test-jdk = "21"
8
9
kotlin = "2.4.10"
@@ -30,4 +30,5 @@ jacocolog = { id = "org.barfuin.gradle.jacocolog" }
30
updates = { id = "io.github.ben-manes.versions", version.ref = "updates" }
31
checker = { id = "org.checkerframework", version.ref = "checker" }
32
versions = { id = "io.openapiprocessor.build.plugin.create-versions" }
33
-sonar = { id = "org.sonarqube", version = "7.4.0.8496" }
+sonar = { id = "org.sonarqube", version = "7.3.1.8318" }
34
+#sonar = { id = "org.sonarqube", version = "7.4.0.8496" } requires java 21
0 commit comments