使用 Java 11 构建 HMCL (#4078)

Co-authored-by: 3gf8jv4dv <3gf8jv4dv@gmail.com>
This commit is contained in:
Glavo
2025-07-25 16:05:09 +08:00
committed by GitHub
parent f9dd7a1e64
commit d60a923841
35 changed files with 409 additions and 471 deletions

View File

@@ -24,9 +24,6 @@ subprojects {
}
tasks.withType<JavaCompile> {
sourceCompatibility = "1.8"
targetCompatibility = "1.8"
options.encoding = "UTF-8"
}