Remove Java Toolchain
This commit is contained in:
parent
0ccec03137
commit
66ef1d321c
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user