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