Skip to content

Commit

Permalink
fix: potential garbling
Browse files Browse the repository at this point in the history
  • Loading branch information
SNWCreations committed Jul 3, 2024
1 parent d5baad8 commit c19e09e
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@ public abstract class AbstractRun : JavaExec() {
build.convention(DownloadsAPIService.Build.Latest)
systemProperty("net.kyori.adventure.text.warnWhenLegacyFormattingDetected", true)
systemProperty("xyz.jpenilla.run-task", true)
systemProperty("file.encoding", "UTF-8") // #60
init()
}

Expand Down

0 comments on commit c19e09e

Please sign in to comment.