mirror of
https://github.com/GravitLauncher/Launcher
synced 2024-12-22 16:41:46 +03:00
[FEATURE] Начал пилить Radon.
This commit is contained in:
parent
3f887ef619
commit
d0d5eb69d7
4 changed files with 9 additions and 2 deletions
3
.gitmodules
vendored
3
.gitmodules
vendored
|
@ -1,3 +1,6 @@
|
||||||
[submodule "modules"]
|
[submodule "modules"]
|
||||||
path = modules
|
path = modules
|
||||||
url = git@github.com:GravitLauncher/LauncherModules.git
|
url = git@github.com:GravitLauncher/LauncherModules.git
|
||||||
|
[submodule "Radon"]
|
||||||
|
path = Radon
|
||||||
|
url = git@github.com:GravitLauncher/Radon.git
|
||||||
|
|
|
@ -8,6 +8,9 @@
|
||||||
maven {
|
maven {
|
||||||
url "https://oss.sonatype.org/content/repositories/snapshots"
|
url "https://oss.sonatype.org/content/repositories/snapshots"
|
||||||
}
|
}
|
||||||
|
maven {
|
||||||
|
url 'http://oss.sonatype.org/content/groups/public'
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
sourceCompatibility = '1.8'
|
sourceCompatibility = '1.8'
|
||||||
|
@ -38,8 +41,7 @@
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
pack project(':libLauncher')
|
pack project(':libLauncher')
|
||||||
bundle 'org.ow2.asm:asm-commons:7.0'
|
bundle project(':Radon')
|
||||||
bundle 'org.ow2.asm:asm-util:7.0'
|
|
||||||
bundle 'mysql:mysql-connector-java:8.0.13'
|
bundle 'mysql:mysql-connector-java:8.0.13'
|
||||||
bundle 'jline:jline:2.14.6'
|
bundle 'jline:jline:2.14.6'
|
||||||
bundle 'net.sf.proguard:proguard-base:6.0.3'
|
bundle 'net.sf.proguard:proguard-base:6.0.3'
|
||||||
|
|
1
Radon
Submodule
1
Radon
Submodule
|
@ -0,0 +1 @@
|
||||||
|
Subproject commit d8ec3cca611b3daf69e209f05fd97c703ffb530c
|
|
@ -1,6 +1,7 @@
|
||||||
rootProject.name = 'GravitLauncher'
|
rootProject.name = 'GravitLauncher'
|
||||||
|
|
||||||
include 'Launcher'
|
include 'Launcher'
|
||||||
|
include 'Radon'
|
||||||
include 'libLauncher'
|
include 'libLauncher'
|
||||||
include 'LauncherAPI'
|
include 'LauncherAPI'
|
||||||
include 'ServerWrapper'
|
include 'ServerWrapper'
|
||||||
|
|
Loading…
Reference in a new issue