-
-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #38 from Leleawa/patch-1
fix color in console
- Loading branch information
Showing
1 changed file
with
15 additions
and
0 deletions.
There are no files selected for viewing
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,15 @@ | ||
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 | ||
From: violetc <58360096+s-yh-china@users.noreply.github.com> | ||
Date: Sat, 28 Dec 2024 02:44:49 +0800 | ||
Subject: [PATCH] Leaves Fix color in console | ||
|
||
diff --git a/build.gradle.kts b/build.gradle.kts | ||
index f2eb3b2eb2ad6a3c41f6ad84497fc65f22823f32..b07ccf91b3f6d967c5617dba54b6d38823039e6d 100644 | ||
--- a/build.gradle.kts | ||
+++ b/build.gradle.kts | ||
@@ -30,7 +30,7 @@ dependencies { | ||
implementation("org.jline:jline-terminal-ffm:3.27.1") | ||
implementation("org.jline:jline-terminal-jni:3.27.1") | ||
implementation("net.minecrell:terminalconsoleappender:1.3.0") | ||
- implementation("net.kyori:adventure-text-serializer-ansi:4.17.0") | ||
+ implementation("net.kyori:adventure-text-serializer-ansi:4.18.0") |