Skip to content

Commit

Permalink
💚 update forge gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
kitUIN committed Sep 30, 2024
1 parent f0a069e commit d624ae3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion forge/origin/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ afterEvaluate {

tasks.withType(JavaCompile).configureEach {
options.encoding = 'UTF-8' // Use the UTF-8 charset for Java compilation
options.release.set(targetJavaVersion)
// options.release.set(targetJavaVersion)
}


Expand Down

0 comments on commit d624ae3

Please sign in to comment.