Skip to content

Commit 71bb32d

Browse files
author
Gerrit Garbereder
committed
Set JVM version to 17
1 parent 04d686c commit 71bb32d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Task-Tracker-Entities/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ kotlin {
1919
}
2020
}
2121
jvm {
22-
jvmToolchain(11)
22+
jvmToolchain(17)
2323
withJava()
2424
testRuns["test"].executionTask.configure {
2525
useJUnitPlatform()

0 commit comments

Comments
 (0)