mirror of
https://github.com/Minestom/Minestom.git
synced 2025-01-29 19:41:47 +01:00
Replace jansi dependency
This commit is contained in:
parent
6f2cf8e6a5
commit
b370f55ee0
@ -124,10 +124,8 @@ dependencies {
|
||||
|
||||
// https://mvnrepository.com/artifact/org.jline/jline
|
||||
implementation group: 'org.jline', name: 'jline', version: '3.20.0'
|
||||
|
||||
// Jline compatibility for windows
|
||||
// https://search.maven.org/artifact/org.fusesource.jansi/jansi/2.3.2/jar
|
||||
implementation 'org.fusesource.jansi:jansi:2.3.2'
|
||||
// https://mvnrepository.com/artifact/org.jline/jline-terminal-jansi
|
||||
implementation group: 'org.jline', name: 'jline-terminal-jansi', version: '3.20.0'
|
||||
|
||||
implementation 'com.github.ben-manes.caffeine:caffeine:3.0.3'
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user