Skip to content

Commit 997ba02

Browse files
authored
target JVM 21
1 parent c059ca3 commit 997ba02

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build.gradle.kts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -74,13 +74,13 @@ subprojects {
7474
}
7575

7676
tasks.withType<JavaCompile>().configureEach {
77-
sourceCompatibility = "17"
78-
targetCompatibility = "17"
77+
sourceCompatibility = "21"
78+
targetCompatibility = "21"
7979
}
8080

8181
tasks.withType<KotlinCompile>().configureEach {
8282
compilerOptions {
83-
jvmTarget.set(JvmTarget.JVM_17)
83+
jvmTarget.set(JvmTarget.JVM_21)
8484
}
8585
}
8686

0 commit comments

Comments
 (0)