update to java 24

This commit is contained in:
mae
2025-08-26 23:18:42 -05:00
parent f369e5f6c5
commit d7193b6a5f
2 changed files with 3 additions and 4 deletions

View File

@@ -3,7 +3,7 @@ plugins {
}
kotlin {
jvmToolchain(21)
jvmToolchain(24)
}
dependencies {