Launcher/libLauncher/build.gradle

9 lines
200 B
Groovy
Raw Normal View History

2018-09-17 10:07:32 +03:00
sourceCompatibility = '1.8'
targetCompatibility = '1.8'
dependencies {
2019-04-21 16:01:16 +03:00
compileOnly 'org.fusesource.jansi:jansi:1.17.1'
compileOnly 'jline:jline:2.14.6'
compile 'com.google.code.gson:gson:2.8.5'
2018-09-17 10:07:32 +03:00
}