Launcher/LauncherAuthlib/build.gradle
2020-03-01 10:44:14 +01:00

8 lines
209 B
Groovy

sourceCompatibility = '1.8'
targetCompatibility = '1.8'
dependencies {
api project(':LauncherAPI')
compileOnly 'com.google.guava:guava:26.0-jre'
api files('../compat/authlib/authlib-clean.jar')
}