Remove java toolchain
This commit is contained in:
parent
5c166f2bba
commit
20797bd128
|
|
@ -19,12 +19,6 @@ description = "Player Shop plugin for Altitude."
|
|||
apply<JavaLibraryPlugin>()
|
||||
apply(plugin = "maven-publish")
|
||||
|
||||
java {
|
||||
toolchain {
|
||||
languageVersion.set(JavaLanguageVersion.of(21))
|
||||
}
|
||||
}
|
||||
|
||||
tasks {
|
||||
withType<JavaCompile> {
|
||||
options.encoding = Charsets.UTF_8.name()
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user