Launcher/libLauncher/build.gradle

8 lines
166 B
Groovy
Raw Normal View History

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