mirror of
https://github.com/GravitLauncher/Launcher
synced 2024-11-15 03:31:15 +03:00
[ANY] Выделение Request методов отдельно от AuthLib
This commit is contained in:
parent
9b622e8391
commit
7ac537fa40
28 changed files with 10 additions and 2 deletions
8
LauncherAPI/build.gradle
Normal file
8
LauncherAPI/build.gradle
Normal file
|
@ -0,0 +1,8 @@
|
|||
sourceCompatibility = '1.8'
|
||||
targetCompatibility = '1.8'
|
||||
|
||||
dependencies {
|
||||
compile project(':libLauncher')
|
||||
compileOnly 'org.apache.httpcomponents:httpclient:4.5.7'
|
||||
compileOnly 'io.netty:netty-all:4.1.32.Final'
|
||||
}
|
|
@ -2,8 +2,7 @@
|
|||
targetCompatibility = '1.8'
|
||||
|
||||
dependencies {
|
||||
compile project(':libLauncher')
|
||||
compileOnly 'io.netty:netty-all:4.1.32.Final'
|
||||
compile project(':LauncherAPI')
|
||||
compileOnly 'org.apache.httpcomponents:httpclient:4.5.7'
|
||||
compileOnly 'com.google.guava:guava:26.0-jre'
|
||||
compile files('../compat/authlib/authlib-clean.jar')
|
||||
|
|
|
@ -3,6 +3,7 @@
|
|||
include 'Launcher'
|
||||
include 'Radon'
|
||||
include 'libLauncher'
|
||||
include 'LauncherAPI'
|
||||
include 'LauncherAuthlib'
|
||||
include 'ServerWrapper'
|
||||
include 'LaunchServer'
|
||||
|
|
Loading…
Reference in a new issue