9
0
mirror of https://github.com/Auxilor/EcoQuests.git synced 2025-12-27 10:59:25 +00:00

Compare commits

...

1 Commits

Author SHA1 Message Date
Will FP
b61afeea44 libreforge-updater 2025-10-06 08:57:19 +01:00
2 changed files with 5 additions and 5 deletions

View File

@@ -46,7 +46,7 @@ allprojects {
java { java {
withSourcesJar() withSourcesJar()
toolchain.languageVersion.set(JavaLanguageVersion.of(17)) toolchain.languageVersion.set(JavaLanguageVersion.of(21))
} }
tasks { tasks {
@@ -57,7 +57,7 @@ allprojects {
compileKotlin { compileKotlin {
compilerOptions { compilerOptions {
jvmTarget.set(JvmTarget.JVM_17) jvmTarget.set(JvmTarget.JVM_21)
} }
} }

View File

@@ -1,5 +1,5 @@
#libreforge-updater #libreforge-updater
#Thu Sep 11 09:59:12 BST 2025 #Mon Oct 06 08:57:19 BST 2025
kotlin.code.style=official kotlin.code.style=official
libreforge-version=4.78.0 libreforge-version=4.79.0
version=1.49.0 version=1.50.0