Skip to content

Commit 80b090b

Browse files
committed
build: fix java versions
1 parent 45a6a74 commit 80b090b

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

gradle/build.versions.toml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
[versions]
44
build-plugins = "2026.7"
55

6-
build-jdk = "21"
6+
build-jdk = "17"
77
test-jdk = "21"
88

99
kotlin = "2.4.10"
@@ -30,4 +30,5 @@ jacocolog = { id = "org.barfuin.gradle.jacocolog" }
3030
updates = { id = "io.github.ben-manes.versions", version.ref = "updates" }
3131
checker = { id = "org.checkerframework", version.ref = "checker" }
3232
versions = { id = "io.openapiprocessor.build.plugin.create-versions" }
33-
sonar = { id = "org.sonarqube", version = "7.4.0.8496" }
33+
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

Comments
 (0)