使用 Java 17 构建 HMCL (#4452)

This commit is contained in:
Glavo
2025-09-11 15:51:04 +08:00
committed by GitHub
parent 8eb17b6664
commit 3184f91227
7 changed files with 9 additions and 9 deletions

View File

@@ -3,8 +3,8 @@ plugins {
}
tasks.withType<JavaCompile> {
sourceCompatibility = "11"
targetCompatibility = "11"
sourceCompatibility = "17"
targetCompatibility = "17"
}
tasks.compileJava {