9
0
mirror of https://github.com/Auxilor/Reforges.git synced 2025-12-23 00:49:31 +00:00

Compare commits

..

3 Commits

Author SHA1 Message Date
Auxilor
214f693a16 libreforge-updater 2024-07-08 15:58:56 +01:00
Auxilor
015042c754 libreforge-updater 2024-07-05 13:03:12 +01:00
Auxilor
95ab511716 libreforge-updater 2024-07-03 17:44:28 +01:00
2 changed files with 5 additions and 5 deletions

View File

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

View File

@@ -1,5 +1,5 @@
#libreforge-updater #libreforge-updater
#Sat Jun 29 16:44:27 BST 2024 #Mon Jul 08 15:58:56 BST 2024
kotlin.code.style=official kotlin.code.style=official
libreforge-version=4.63.1 libreforge-version=4.65.0
version=6.62.1 version=6.64.0