Skip to content

Commit 307e35f

Browse files
authored
Legger på jvm version 21 (#1676)
1 parent e5c677c commit 307e35f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

build.gradle.kts

+4
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,10 @@ tasks.withType<Test> {
2525
useJUnitPlatform()
2626
}
2727

28+
kotlin {
29+
jvmToolchain(21)
30+
}
31+
2832
configure<org.jlleitschuh.gradle.ktlint.KtlintExtension> {
2933
outputToConsole.set(true)
3034
}

0 commit comments

Comments
 (0)