HMCL/HMCLBoot/build.gradle.kts
Glavo d60a923841
使用 Java 11 构建 HMCL (#4078)
Co-authored-by: 3gf8jv4dv <3gf8jv4dv@gmail.com>
2025-07-25 16:05:09 +08:00

8 lines
95 B
Plaintext

plugins {
id("java-library")
}
tasks.withType<JavaCompile> {
options.release.set(8)
}