update to java 24

Signed-off-by: mae <mae@maestoso.online>
This commit is contained in:
2025-08-26 23:18:42 -05:00
committed by mae
parent f369e5f6c5
commit 2e3a9a3aea
2 changed files with 3 additions and 4 deletions

View File

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