mirror of
https://github.com/Auxilor/EcoQuests.git
synced 2025-12-27 10:59:25 +00:00
Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
b61afeea44 |
@@ -46,7 +46,7 @@ allprojects {
|
||||
|
||||
java {
|
||||
withSourcesJar()
|
||||
toolchain.languageVersion.set(JavaLanguageVersion.of(17))
|
||||
toolchain.languageVersion.set(JavaLanguageVersion.of(21))
|
||||
}
|
||||
|
||||
tasks {
|
||||
@@ -57,7 +57,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:12 BST 2025
|
||||
#Mon Oct 06 08:57:19 BST 2025
|
||||
kotlin.code.style=official
|
||||
libreforge-version=4.78.0
|
||||
version=1.49.0
|
||||
libreforge-version=4.79.0
|
||||
version=1.50.0
|
||||
|
||||
Reference in New Issue
Block a user