Launcher/LauncherAPI/build.gradle

9 lines
221 B
Groovy
Raw Normal View History

sourceCompatibility = '1.8'
targetCompatibility = '1.8'
dependencies {
compile project(':libLauncher')
compileOnly 'org.apache.httpcomponents:httpclient:4.5.7'
2019-05-03 23:06:04 +03:00
compileOnly 'io.netty:netty-all:4.1.36.Final'
}