diff --git a/build.gradle.kts b/build.gradle.kts index a0ee973..a80abaa 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -11,12 +11,6 @@ version = System.getenv("BUILD_NUMBER") ?: gitCommit() description = "Altitude AFK Detector plugin." apply() -java { - toolchain { - languageVersion.set(JavaLanguageVersion.of(25)) - } -} - tasks { withType { options.encoding = Charsets.UTF_8.name()