mirror of
https://github.com/Minestom/Minestom.git
synced 2025-01-30 12:01:26 +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
|
// https://mvnrepository.com/artifact/org.jline/jline
|
||||||
implementation group: 'org.jline', name: 'jline', version: '3.20.0'
|
implementation group: 'org.jline', name: 'jline', version: '3.20.0'
|
||||||
|
// https://mvnrepository.com/artifact/org.jline/jline-terminal-jansi
|
||||||
// Jline compatibility for windows
|
implementation group: 'org.jline', name: 'jline-terminal-jansi', version: '3.20.0'
|
||||||
// https://search.maven.org/artifact/org.fusesource.jansi/jansi/2.3.2/jar
|
|
||||||
implementation 'org.fusesource.jansi:jansi:2.3.2'
|
|
||||||
|
|
||||||
implementation 'com.github.ben-manes.caffeine:caffeine:3.0.3'
|
implementation 'com.github.ben-manes.caffeine:caffeine:3.0.3'
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user