Launcher/LauncherAuthlib/build.gradle

9 lines
209 B
Groovy
Raw Normal View History

2018-09-25 16:21:08 +03:00
sourceCompatibility = '1.8'
targetCompatibility = '1.8'
dependencies {
2020-03-01 12:44:14 +03:00
api project(':LauncherAPI')
compileOnly 'com.google.guava:guava:26.0-jre'
2020-03-01 12:44:14 +03:00
api files('../compat/authlib/authlib-clean.jar')
2018-09-25 16:21:08 +03:00
}