mirror of
https://github.com/GravitLauncher/Launcher
synced 2024-11-15 19:49:11 +03:00
8 lines
229 B
Groovy
8 lines
229 B
Groovy
sourceCompatibility = '1.8'
|
|
targetCompatibility = '1.8'
|
|
|
|
dependencies {
|
|
compile project(':LauncherCore')
|
|
compileOnly 'org.apache.httpcomponents:httpclient:4.5.7'
|
|
compileOnly 'io.netty:netty-codec-http:4.1.36.Final'
|
|
}
|