Launcher/LauncherAPI/build.gradle

10 lines
261 B
Groovy
Raw Normal View History

2018-09-25 16:21:08 +03:00
sourceCompatibility = '1.8'
targetCompatibility = '1.8'
dependencies {
compile project(':libLauncher')
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
}