mirror of
https://github.com/System-End/Discord-MC-Chat.git
synced 2026-04-19 18:35:15 +00:00
Jansi
This commit is contained in:
parent
1330edd289
commit
ad9581cbfd
2 changed files with 3 additions and 0 deletions
|
|
@ -23,6 +23,8 @@ dependencies {
|
|||
shadow api("com.squareup.okhttp3:okhttp:${okhttp_version}")
|
||||
|
||||
// shadow api("io.netty:netty-handler:${netty_version}")
|
||||
|
||||
shadow api("org.fusesource.jansi:jansi:${jansi_version}")
|
||||
}
|
||||
|
||||
jar {
|
||||
|
|
|
|||
|
|
@ -27,3 +27,4 @@ jackson_dataformat_yaml_version=2.20.1
|
|||
jackson_annotations_version=2.20
|
||||
okhttp_version=5.3.2
|
||||
netty_version=4.2.9.Final
|
||||
jansi_version=2.4.2
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue