mirror of
https://github.com/LeavesMC/Leaves.git
synced 2025-12-29 11:59:17 +00:00
[ci skip] nothing
This commit is contained in:
@@ -158,10 +158,10 @@
|
||||
}
|
||||
|
||||
args("--nogui")
|
||||
+ systemProperty("stdout.encoding", "UTF-8")
|
||||
+ systemProperty("stderr.encoding", "UTF-8")
|
||||
+ systemProperty("net.kyori.ansi.colorLevel", "truecolor")
|
||||
+ systemProperty("terminal.jline", true)
|
||||
+ systemProperty("stdout.encoding", "UTF-8") // Leaves - fix utf8
|
||||
+ systemProperty("stderr.encoding", "UTF-8") // Leaves - fix utf8
|
||||
+ systemProperty("net.kyori.ansi.colorLevel", "truecolor") // Leaves - fix utf8
|
||||
+ systemProperty("terminal.jline", true) // Leaves - fix utf8
|
||||
systemProperty("net.kyori.adventure.text.warnWhenLegacyFormattingDetected", true)
|
||||
if (providers.gradleProperty("paper.runDisableWatchdog").getOrElse("false") == "true") {
|
||||
systemProperty("disable.watchdog", true)
|
||||
|
||||
Reference in New Issue
Block a user