[FEATURE] Начал пилить Radon.

This commit is contained in:
zaxar163 2019-03-13 20:34:24 +03:00
parent 3f887ef619
commit d0d5eb69d7
No known key found for this signature in database
GPG key ID: E3B309DD3852DE06
4 changed files with 9 additions and 2 deletions

3
.gitmodules vendored
View file

@ -1,3 +1,6 @@
[submodule "modules"]
path = modules
url = git@github.com:GravitLauncher/LauncherModules.git
[submodule "Radon"]
path = Radon
url = git@github.com:GravitLauncher/Radon.git

View file

@ -8,6 +8,9 @@
maven {
url "https://oss.sonatype.org/content/repositories/snapshots"
}
maven {
url 'http://oss.sonatype.org/content/groups/public'
}
}
sourceCompatibility = '1.8'
@ -38,8 +41,7 @@
dependencies {
pack project(':libLauncher')
bundle 'org.ow2.asm:asm-commons:7.0'
bundle 'org.ow2.asm:asm-util:7.0'
bundle project(':Radon')
bundle 'mysql:mysql-connector-java:8.0.13'
bundle 'jline:jline:2.14.6'
bundle 'net.sf.proguard:proguard-base:6.0.3'

1
Radon Submodule

@ -0,0 +1 @@
Subproject commit d8ec3cca611b3daf69e209f05fd97c703ffb530c

View file

@ -1,6 +1,7 @@
rootProject.name = 'GravitLauncher'
include 'Launcher'
include 'Radon'
include 'libLauncher'
include 'LauncherAPI'
include 'ServerWrapper'