Skip to content

Commit 0264651

Browse files
committed
Downgrade to java 21
22 is a strange version that is hard to get, 21 is an LTS, we could also use 25 but that's not available everywhere
1 parent 4388b8f commit 0264651

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ tasks.test {
4242
}
4343

4444
kotlin {
45-
jvmToolchain(22)
45+
jvmToolchain(21)
4646
}
4747

4848
application {

0 commit comments

Comments
 (0)