mirror of
https://github.com/Minestom/Minestom.git
synced 2025-03-02 11:21:15 +01:00
add jansi library
This commit is contained in:
parent
19e22d03ce
commit
9b38d5527a
@ -154,6 +154,10 @@ 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'
|
||||
|
||||
// Guava 21.0+ required for Mixin, but Authlib imports 17.0
|
||||
api 'com.google.guava:guava:30.1-jre'
|
||||
api 'com.mojang:authlib:1.5.21'
|
||||
|
Loading…
Reference in New Issue
Block a user