Downgraded to Java 17 for compatibility
This commit is contained in:
@@ -64,7 +64,7 @@ allprojects {
|
||||
|
||||
compileKotlin {
|
||||
kotlinOptions {
|
||||
jvmTarget = "21"
|
||||
jvmTarget = "17"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -90,7 +90,7 @@ allprojects {
|
||||
}
|
||||
|
||||
withType<JavaCompile>().configureEach {
|
||||
options.release = 21
|
||||
options.release = 17
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -13,4 +13,14 @@ tasks {
|
||||
build {
|
||||
dependsOn(reobfJar)
|
||||
}
|
||||
|
||||
compileJava {
|
||||
options.release = 21
|
||||
}
|
||||
|
||||
compileKotlin {
|
||||
kotlinOptions {
|
||||
jvmTarget = "21"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
#libreforge-updater
|
||||
#Fri Jul 05 13:01:41 BST 2024
|
||||
kotlin.code.style=official
|
||||
libreforge-version=4.64.1
|
||||
libreforge-version=4.65.0
|
||||
version=12.11.1
|
||||
|
||||
Reference in New Issue
Block a user