Launcher/libLauncher/build.gradle

8 lines
169 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'
compile 'com.google.code.gson:gson:2.8.5'
2018-09-17 10:07:32 +03:00
}