9
0
mirror of https://github.com/Auxilor/EcoArmor.git synced 2025-12-19 15:09:26 +00:00

libreforge-updater

This commit is contained in:
Will FP
2025-10-06 08:57:12 +01:00
parent 633e79af4f
commit 510582ed22
2 changed files with 5 additions and 5 deletions

View File

@@ -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)
}
}

View File

@@ -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