Remove Java Toolchain
This commit is contained in:
@@ -8,11 +8,6 @@ description = "Altitude Quests plugin."
|
||||
|
||||
apply<JavaLibraryPlugin>()
|
||||
|
||||
java {
|
||||
toolchain {
|
||||
languageVersion.set(JavaLanguageVersion.of(21))
|
||||
}
|
||||
}
|
||||
|
||||
tasks {
|
||||
withType<JavaCompile> {
|
||||
|
||||
Reference in New Issue
Block a user