add jansi library

This commit is contained in:
thiccaxe 2021-05-12 11:41:47 -07:00
parent 19e22d03ce
commit 9b38d5527a
1 changed files with 4 additions and 0 deletions

View File

@ -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'