Remove Java Toolchain

This commit is contained in:
Len 2026-07-29 14:48:19 -05:00
parent 0ccec03137
commit 66ef1d321c

View File

@ -10,12 +10,6 @@ description = "Altitude's Transfer Items plugin"
apply<JavaLibraryPlugin>()
java {
toolchain {
languageVersion.set(JavaLanguageVersion.of(21))
}
}
tasks {
withType<JavaCompile> {
options.encoding = Charsets.UTF_8.name()