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."
|
||||
apply<JavaLibraryPlugin>()
|
||||
|
||||
java {
|
||||
toolchain {
|
||||
languageVersion.set(JavaLanguageVersion.of(25))
|
||||
}
|
||||
}
|
||||
|
||||
tasks {
|
||||
withType<JavaCompile> {
|
||||
options.encoding = Charsets.UTF_8.name()
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user