Skip to content

Commit 66b0229

Browse files
committed
Update JVM toolchain to Java 25 in Gradle configuration
1 parent 9442a96 commit 66b0229

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.java-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
21
1+
25

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ dependencies {
1515

1616
kotlin {
1717
// updates the toolchain for Java compile tasks as well
18-
jvmToolchain(21)
18+
jvmToolchain(25)
1919
}
2020

2121
jacoco {

0 commit comments

Comments
 (0)