mirror of
https://github.com/Auxilor/EcoMobs.git
synced 2025-12-19 15:09:17 +00:00
Compare commits
6 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
f887e15992 | ||
|
|
6d69e9c825 | ||
|
|
ccbf8c8fd0 | ||
|
|
b5ace8f36e | ||
|
|
86352ba528 | ||
|
|
f22c290ff5 |
@@ -44,7 +44,7 @@ allprojects {
|
||||
|
||||
java {
|
||||
withSourcesJar()
|
||||
toolchain.languageVersion.set(JavaLanguageVersion.of(21))
|
||||
toolchain.languageVersion.set(JavaLanguageVersion.of(17))
|
||||
}
|
||||
|
||||
tasks {
|
||||
@@ -55,7 +55,7 @@ allprojects {
|
||||
|
||||
compileKotlin {
|
||||
kotlinOptions {
|
||||
jvmTarget = "21"
|
||||
jvmTarget = "17"
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
#libreforge-updater
|
||||
#Fri Jul 05 13:02:38 BST 2024
|
||||
#Fri Jul 19 20:28:31 BST 2024
|
||||
kotlin.code.style=official
|
||||
libreforge-version=4.64.1
|
||||
version=10.9.1
|
||||
libreforge-version=4.68.0
|
||||
version=10.13.0
|
||||
|
||||
Reference in New Issue
Block a user