mirror of
https://github.com/Auxilor/EcoEnchants.git
synced 2024-11-21 14:55:17 +01:00
Downgraded to Java 17 for compatibility
This commit is contained in:
parent
8c7b6adbb0
commit
27c9395b64
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user