revert non-working Jdk fix attempt

This commit is contained in:
Nerjal Nosk 2024-04-06 14:08:50 +02:00
parent 62566f9735
commit bdec53b5ee
No known key found for this signature in database
GPG Key ID: D4DC2157DA6846FF
1 changed files with 0 additions and 3 deletions

View File

@ -268,9 +268,6 @@ combineUnpickDefinitions {
java {
sourceCompatibility = JavaVersion.VERSION_17
targetCompatibility = JavaVersion.VERSION_17
toolchain {
languageVersion.set(JavaLanguageVersion.of(17))
}
}
tasks.withType(JavaCompile).configureEach {