Skip to content

Commit

Permalink
libreforge-updater
Browse files Browse the repository at this point in the history
  • Loading branch information
WillFP committed Jul 8, 2024
1 parent 47517a8 commit 37734fe
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ allprojects {

java {
withSourcesJar()
toolchain.languageVersion.set(JavaLanguageVersion.of(21))
toolchain.languageVersion.set(JavaLanguageVersion.of(17))
}

tasks {
Expand All @@ -54,7 +54,7 @@ allprojects {

compileKotlin {
kotlinOptions {
jvmTarget = "21"
jvmTarget = "17"
}
}

Expand Down
6 changes: 3 additions & 3 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#libreforge-updater
#Fri Jul 05 13:03:17 BST 2024
#Mon Jul 08 15:59:01 BST 2024
kotlin.code.style=official
libreforge-version=4.64.1
version=6.23.1
libreforge-version=4.65.0
version=6.24.0

0 comments on commit 37734fe

Please sign in to comment.