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 2135293 commit 0514220
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 @@ -45,7 +45,7 @@ allprojects {

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

tasks {
Expand All @@ -57,7 +57,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:45 BST 2024
#Mon Jul 08 15:58:28 BST 2024
kotlin.code.style=official
libreforge-version=4.64.1
version=2.63.1
libreforge-version=4.65.0
version=2.64.0

0 comments on commit 0514220

Please sign in to comment.