Launcher/LauncherAuthlib/build.gradle

9 lines
217 B
Groovy
Raw Normal View History

2018-09-25 16:21:08 +03:00
sourceCompatibility = '1.8'
targetCompatibility = '1.8'
dependencies {
compile project(':LauncherAPI')
2019-04-03 16:27:40 +03:00
compileOnly 'com.google.guava:guava:26.0-jre'
compile files('../compat/authlib/authlib-clean.jar')
2018-09-25 16:21:08 +03:00
}