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 2e5fbda commit 9e7a8a7
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 @@ -55,7 +55,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:02:51 BST 2024
#Mon Jul 08 15:58:33 BST 2024
kotlin.code.style=official
libreforge-version=4.64.1
version=1.35.1
libreforge-version=4.65.0
version=1.36.0

0 comments on commit 9e7a8a7

Please sign in to comment.