Compare commits

...

4 Commits

Author SHA1 Message Date
Auxilor
0514220390 libreforge-updater 2024-07-08 15:58:28 +01:00
Auxilor
2135293799 libreforge-updater 2024-07-05 13:02:45 +01:00
Auxilor
14e3d8fdf5 libreforge-updater 2024-07-03 17:43:57 +01:00
Auxilor
db4fb84160 libreforge-updater 2024-06-29 16:44:01 +01:00
2 changed files with 5 additions and 5 deletions

View File

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

View File

@@ -1,5 +1,5 @@
#libreforge-updater #libreforge-updater
#Fri Jun 28 15:56:24 BST 2024 #Mon Jul 08 15:58:28 BST 2024
kotlin.code.style=official kotlin.code.style=official
libreforge-version=4.63.0 libreforge-version=4.65.0
version=2.62.0 version=2.64.0