Launcher/LauncherAPI/build.gradle

11 lines
328 B
Groovy
Raw Normal View History

2018-09-25 16:21:08 +03:00
sourceCompatibility = '1.8'
targetCompatibility = '1.8'
dependencies {
compile project(':libLauncher')
compile 'javax.websocket:javax.websocket-client-api:1.1'
2018-09-25 17:06:13 +03:00
compileOnly 'com.google.code.gson:gson:2.8.5'
compileOnly 'com.google.guava:guava:26.0-jre'
compile files('../compat/authlib/authlib-clean.jar')
2018-09-25 16:21:08 +03:00
}