mirror of
https://github.com/Auxilor/EcoQuests.git
synced 2025-12-22 00:19:16 +00:00
Compare commits
13 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
a59bce65ab | ||
|
|
0212076fad | ||
|
|
c4b0429ad5 | ||
|
|
c5e0611a20 | ||
|
|
cb2e8a181f | ||
|
|
c40a304c8a | ||
|
|
9e7a8a7581 | ||
|
|
2e5fbda6c2 | ||
|
|
908a4c5a14 | ||
|
|
ee38c05518 | ||
|
|
98d5431ba7 | ||
|
|
ff13678d33 | ||
|
|
8b955f3481 |
@@ -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
|
||||
#Tue Jun 25 15:14:05 BST 2024
|
||||
#Thu Jul 25 10:04:39 BST 2024
|
||||
kotlin.code.style=official
|
||||
libreforge-version=4.61.1
|
||||
version=1.32.1
|
||||
libreforge-version=4.70.0
|
||||
version=1.41.0
|
||||
|
||||
Reference in New Issue
Block a user