mirror of
https://github.com/Auxilor/EcoQuests.git
synced 2025-12-21 16:09:16 +00:00
Compare commits
7 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
a59bce65ab | ||
|
|
0212076fad | ||
|
|
c4b0429ad5 | ||
|
|
c5e0611a20 | ||
|
|
cb2e8a181f | ||
|
|
c40a304c8a | ||
|
|
9e7a8a7581 |
@@ -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"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
#libreforge-updater
|
#libreforge-updater
|
||||||
#Fri Jul 05 13:02:51 BST 2024
|
#Thu Jul 25 10:04:39 BST 2024
|
||||||
kotlin.code.style=official
|
kotlin.code.style=official
|
||||||
libreforge-version=4.64.1
|
libreforge-version=4.70.0
|
||||||
version=1.35.1
|
version=1.41.0
|
||||||
|
|||||||
Reference in New Issue
Block a user