Launcher/LauncherAuthlib/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 {
2019-04-03 16:27:40 +03:00
compile project(':libLauncher')
compileOnly 'io.netty:netty-all:4.1.32.Final'
2019-04-30 16:10:11 +03:00
compileOnly 'org.apache.httpcomponents:httpclient:4.5.7'
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
}