libreforge-updater

This commit is contained in:
Auxilor
2024-07-08 15:58:38 +01:00
parent 529795286b
commit 375cdb65ea
2 changed files with 5 additions and 5 deletions

View File

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

View File

@@ -1,5 +1,5 @@
#libreforge-updater
#Fri Jun 28 15:55:39 BST 2024
#Mon Jul 08 15:58:38 BST 2024
kotlin.code.style=official
libreforge-version=4.63.0
version=1.0.0
libreforge-version=4.65.0
version=1.1.0