mirror of
https://github.com/Winds-Studio/Leaf.git
synced 2026-01-04 15:41:40 +00:00
Fix ANSI escape characters can't be escaped correctly on Windows original cmd
This commit is contained in:
@@ -13,17 +13,15 @@ Fixed errors in console has no color,also fixed`Advanced terminal features are n
|
||||
or `Unable to create terminal` like issues
|
||||
|
||||
diff --git a/build.gradle.kts b/build.gradle.kts
|
||||
index eb622ea1c419bc0d514b77af0860ab08e0aa2822..11cb6ec93af0b2dff5d52f2adb90fbef95bdc668 100644
|
||||
index eb622ea1c419bc0d514b77af0860ab08e0aa2822..a6ac60d7d57e4b0662b0c30f7bc43ba84179d697 100644
|
||||
--- a/build.gradle.kts
|
||||
+++ b/build.gradle.kts
|
||||
@@ -23,7 +23,9 @@ dependencies {
|
||||
@@ -23,7 +23,7 @@ dependencies {
|
||||
// Gale end - project setup
|
||||
// Paper start
|
||||
implementation("org.jline:jline-terminal-jansi:3.25.0") // Leaf - Bump Dependencies
|
||||
- implementation("net.minecrell:terminalconsoleappender:1.3.0")
|
||||
+ // Leaf start - Use own TerminalConsoleAppender fork, fixed NPE error when server close & can't create terminal issue under latest version of jline/log4j
|
||||
+ implementation("com.github.Dreeam-qwq:TerminalConsoleAppender:1.4.1-SNAPSHOT")
|
||||
+ // Leaf end
|
||||
+ implementation("com.github.Dreeam-qwq:TerminalConsoleAppender:360a0759") // Leaf - Use own TerminalConsoleAppender fork to fix some issues under latest version of jline/log4j
|
||||
implementation("net.kyori:adventure-text-serializer-ansi:4.15.0") // Keep in sync with adventureVersion from Paper-API build file // Leaf - Bump Dependencies
|
||||
implementation("net.kyori:ansi:1.0.3") // Manually bump beyond above transitive dep
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user