Compare commits

...

3 Commits

Author SHA1 Message Date
Auxilor
8abdcd6d33 libreforge-updater 2024-07-16 17:13:42 +01:00
Auxilor
210f618dc9 libreforge-updater 2024-07-13 20:45:18 +01:00
Auxilor
0514220390 libreforge-updater 2024-07-08 15:58:28 +01:00
2 changed files with 5 additions and 5 deletions

View File

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

View File

@@ -1,5 +1,5 @@
#libreforge-updater
#Fri Jul 05 13:02:45 BST 2024
#Tue Jul 16 17:13:42 BST 2024
kotlin.code.style=official
libreforge-version=4.64.1
version=2.63.1
libreforge-version=4.66.0
version=2.65.0