Launcher/libLauncher/build.gradle
2019-04-21 16:01:16 +03:00

8 lines
200 B
Groovy

sourceCompatibility = '1.8'
targetCompatibility = '1.8'
dependencies {
compileOnly 'org.fusesource.jansi:jansi:1.17.1'
compileOnly 'jline:jline:2.14.6'
compile 'com.google.code.gson:gson:2.8.5'
}