-
-
Notifications
You must be signed in to change notification settings - Fork 362
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
hotfix terminal colors not working in windows
- Loading branch information
Showing
1 changed file
with
19 additions
and
0 deletions.
There are no files selected for viewing
19 changes: 19 additions & 0 deletions
19
patches/server/0307-revert-net.kyori.ansi-version-temporarily.patch
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 | ||
From: granny <granny@purpurmc.org> | ||
Date: Sat, 29 Jul 2023 20:53:02 -0700 | ||
Subject: [PATCH] revert net.kyori.ansi version temporarily | ||
|
||
|
||
diff --git a/build.gradle.kts b/build.gradle.kts | ||
index cbdc0e182f7cdbdeaf717104fa5be24c95f7a79b..240394b1d9dd1449674a299aa73fa155be2d3d82 100644 | ||
--- a/build.gradle.kts | ||
+++ b/build.gradle.kts | ||
@@ -23,7 +23,7 @@ dependencies { | ||
implementation("org.jline:jline-terminal-jansi:3.21.0") | ||
implementation("net.minecrell:terminalconsoleappender:1.3.0") | ||
implementation("net.kyori:adventure-text-serializer-ansi:4.14.0") // Keep in sync with adventureVersion from Paper-API build file | ||
- implementation("net.kyori:ansi:1.0.2") // Manually bump beyond above transitive dep | ||
+ implementation("net.kyori:ansi:1.0.1") // Manually bump beyond above transitive dep | ||
/* | ||
Required to add the missing Log4j2Plugins.dat file from log4j-core | ||
which has been removed by Mojang. Without it, log4j has to classload |