9
0
mirror of https://github.com/Auxilor/EcoMobs.git synced 2025-12-19 23:19:17 +00:00

Compare commits

...

7 Commits

Author SHA1 Message Date
Auxilor
ccbf8c8fd0 libreforge-updater 2024-07-16 17:13:35 +01:00
Auxilor
b5ace8f36e libreforge-updater 2024-07-13 20:45:12 +01:00
Auxilor
86352ba528 libreforge-updater 2024-07-08 15:58:22 +01:00
Auxilor
f22c290ff5 Downgraded to Java 17 for compatibility 2024-07-08 14:37:27 +01:00
Auxilor
d1afab2ed6 libreforge-updater 2024-07-05 13:02:38 +01:00
Auxilor
6a335a5371 libreforge-updater 2024-07-03 17:43:49 +01:00
Auxilor
f3f2d581e3 libreforge-updater 2024-06-29 16:43:54 +01:00
2 changed files with 5 additions and 5 deletions

View File

@@ -44,7 +44,7 @@ allprojects {
java { java {
withSourcesJar() withSourcesJar()
toolchain.languageVersion.set(JavaLanguageVersion.of(21)) toolchain.languageVersion.set(JavaLanguageVersion.of(17))
} }
tasks { tasks {
@@ -55,7 +55,7 @@ allprojects {
compileKotlin { compileKotlin {
kotlinOptions { kotlinOptions {
jvmTarget = "21" jvmTarget = "17"
} }
} }

View File

@@ -1,5 +1,5 @@
#libreforge-updater #libreforge-updater
#Fri Jun 28 15:56:17 BST 2024 #Tue Jul 16 17:13:35 BST 2024
kotlin.code.style=official kotlin.code.style=official
libreforge-version=4.63.0 libreforge-version=4.66.0
version=10.8.0 version=10.11.0