Skip to content

Commit

Permalink
Downgraded to Java 17 for compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
WillFP committed Jul 8, 2024
1 parent d1afab2 commit f22c290
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#libreforge-updater
#Fri Jul 05 13:02:38 BST 2024
kotlin.code.style=official
libreforge-version=4.64.1
libreforge-version=4.65.0
version=10.9.1

0 comments on commit f22c290

Please sign in to comment.