Skip to content

Commit ba18289

Browse files
committed
chore: use 17 java lang version
1 parent feaa540 commit ba18289

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ sourceSets {
2222
}
2323
// Set the JVM language level used to build the project.
2424
kotlin {
25-
jvmToolchain(21)
25+
jvmToolchain(17)
2626
}
2727

2828
// Configure project's dependencies

0 commit comments

Comments
 (0)