mirror of
https://github.com/GravitLauncher/Launcher
synced 2024-11-15 11:39:11 +03:00
10 lines
309 B
Groovy
10 lines
309 B
Groovy
sourceCompatibility = '1.8'
|
|
targetCompatibility = '1.8'
|
|
|
|
dependencies {
|
|
compileOnly 'org.fusesource.jansi:jansi:1.18'
|
|
compileOnly 'org.jline:jline:3.11.0'
|
|
compileOnly 'org.jline:jline-reader:3.11.0'
|
|
compileOnly 'org.jline:jline-terminal:3.11.0'
|
|
compile 'com.google.code.gson:gson:2.8.5'
|
|
}
|