Skip to content

Commit c19e09e

Browse files
committed
fix: potential garbling
closes jpenilla#60
1 parent d5baad8 commit c19e09e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

plugin/src/main/kotlin/xyz/jpenilla/runtask/task/AbstractRun.kt

+1
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,7 @@ public abstract class AbstractRun : JavaExec() {
9797
build.convention(DownloadsAPIService.Build.Latest)
9898
systemProperty("net.kyori.adventure.text.warnWhenLegacyFormattingDetected", true)
9999
systemProperty("xyz.jpenilla.run-task", true)
100+
systemProperty("file.encoding", "UTF-8") // #60
100101
init()
101102
}
102103

0 commit comments

Comments
 (0)