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 6cf4e64 commit 972dd97
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 @@ -46,7 +46,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:03:21 BST 2024
#Mon Jul 08 15:59:05 BST 2024
kotlin.code.style=official
libreforge-version=4.64.1
version=6.62.1
libreforge-version=4.65.0
version=6.63.0

0 comments on commit 972dd97

Please sign in to comment.