mirror of
https://github.com/Auxilor/Reforges.git
synced 2025-12-22 16:39:34 +00:00
Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
214f693a16 | ||
|
|
015042c754 | ||
|
|
95ab511716 |
@@ -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
|
||||
#Sat Jun 29 16:44:27 BST 2024
|
||||
#Mon Jul 08 15:58:56 BST 2024
|
||||
kotlin.code.style=official
|
||||
libreforge-version=4.63.1
|
||||
version=6.62.1
|
||||
libreforge-version=4.65.0
|
||||
version=6.64.0
|
||||
|
||||
Reference in New Issue
Block a user