Remove Java Toolchain

This commit is contained in:
Len 2026-08-01 02:37:31 -05:00
parent f07e359b42
commit 3c97b6037d

View File

@ -8,11 +8,6 @@ description = "Altitude Quests plugin."
apply<JavaLibraryPlugin>() apply<JavaLibraryPlugin>()
java {
toolchain {
languageVersion.set(JavaLanguageVersion.of(21))
}
}
tasks { tasks {
withType<JavaCompile> { withType<JavaCompile> {