Skip to content

Commit e149c59

Browse files
committed
build: OSSRH builds require JDK 17
1 parent 05c99fb commit e149c59

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

buildSrc/build.gradle.kts

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,9 @@ plugins {
33
}
44

55
kotlin {
6-
// Kotlin does not yet support 25 JDK target
7-
jvmToolchain(24)
6+
// Kotlin does not yet support 25 JDK target,
7+
// OSSRH builds require JDK 17
8+
jvmToolchain(17)
89
}
910

1011
repositories {

0 commit comments

Comments
 (0)