Skip to content

Commit ed9ad82

Browse files
committed
chore: update Kotlin JVM toolchain to Java 25
1 parent 0a96385 commit ed9ad82

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

build.gradle.kts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,12 @@ dependencies {
2121
runtimeOnly(libs.mariadb)
2222
}
2323

24+
kotlin {
25+
jvmToolchain {
26+
languageVersion.set(JavaLanguageVersion.of(25))
27+
}
28+
}
29+
2430
publishing {
2531
repositories {
2632
slneReleases()

0 commit comments

Comments
 (0)