Skip to content

Commit

Permalink
Update build.gradle.kts
Browse files Browse the repository at this point in the history
  • Loading branch information
Hummel009 authored Nov 24, 2024
1 parent a18adef commit ca2be3d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions h-forge-1.7.10/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,9 @@ tasks {
runClient {
dependsOn("copyForgeUnpacked")
}
runServer {
dependsOn("copyForgeUnpacked")
}
withType<JavaCompile>().configureEach {
options.encoding = "UTF-8"
}
Expand Down

0 comments on commit ca2be3d

Please sign in to comment.