mirror of
https://github.com/Auxilor/EcoArmor.git
synced 2025-12-19 15:09:26 +00:00
libreforge-updater
This commit is contained in:
@@ -46,7 +46,7 @@ allprojects {
|
||||
|
||||
java {
|
||||
withSourcesJar()
|
||||
toolchain.languageVersion.set(JavaLanguageVersion.of(17))
|
||||
toolchain.languageVersion.set(JavaLanguageVersion.of(21))
|
||||
}
|
||||
|
||||
tasks {
|
||||
@@ -56,7 +56,7 @@ allprojects {
|
||||
|
||||
compileKotlin {
|
||||
compilerOptions {
|
||||
jvmTarget.set(JvmTarget.JVM_17)
|
||||
jvmTarget.set(JvmTarget.JVM_21)
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
#libreforge-updater
|
||||
#Thu Sep 11 09:59:03 BST 2025
|
||||
#Mon Oct 06 08:57:12 BST 2025
|
||||
kotlin.code.style=official
|
||||
libreforge-version=4.78.0
|
||||
version=8.77.0
|
||||
libreforge-version=4.79.0
|
||||
version=8.78.0
|
||||
|
||||
Reference in New Issue
Block a user