[ANY] Переименован проект libLauncher -> LauncherCore

This commit is contained in:
zaxar163 2019-05-26 09:37:25 +03:00
parent bcb65726af
commit 0b8769b898
64 changed files with 2 additions and 3 deletions

View file

@ -41,7 +41,6 @@
}
dependencies {
pack project(':libLauncher')
pack project(':LauncherAPI')
bundle project(':Radon')
bundle 'mysql:mysql-connector-java:8.0.16'

View file

@ -2,7 +2,7 @@
targetCompatibility = '1.8'
dependencies {
compile project(':libLauncher')
compile project(':LauncherCore')
compileOnly 'org.apache.httpcomponents:httpclient:4.5.7'
compileOnly 'io.netty:netty-all:4.1.36.Final'
}

View file

@ -2,7 +2,7 @@
include 'Launcher'
include 'Radon'
include 'libLauncher'
include 'LauncherCore'
include 'LauncherAPI'
include 'LauncherAuthlib'
include 'ServerWrapper'