Remove java toolchain
This commit is contained in:
parent
bee1048fc2
commit
68632b7a24
|
|
@ -11,12 +11,6 @@ version = System.getenv("BUILD_NUMBER") ?: gitCommit()
|
||||||
description = "Altitude AFK Detector plugin."
|
description = "Altitude AFK Detector plugin."
|
||||||
apply<JavaLibraryPlugin>()
|
apply<JavaLibraryPlugin>()
|
||||||
|
|
||||||
java {
|
|
||||||
toolchain {
|
|
||||||
languageVersion.set(JavaLanguageVersion.of(25))
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
tasks {
|
tasks {
|
||||||
withType<JavaCompile> {
|
withType<JavaCompile> {
|
||||||
options.encoding = Charsets.UTF_8.name()
|
options.encoding = Charsets.UTF_8.name()
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user