Removed console legacy color support (#1105)

Co-authored-by: Shane Freeder <1228900+electronicboy@users.noreply.github.com>
This commit is contained in:
Adrian
2024-01-04 10:40:11 -05:00
committed by GitHub
parent de57563eab
commit 28acf9eac1
6 changed files with 94 additions and 4 deletions

View File

@@ -96,6 +96,7 @@ tasks {
dependencies {
implementation(project(":velocity-api"))
implementation(project(":velocity-native"))
implementation(project(":velocity-proxy-log4j2-plugin"))
implementation(libs.bundles.log4j)
implementation(libs.kyori.ansi)