[FEATURE] Начал удаление Radon`а.

This commit is contained in:
Zaxar163 2019-07-12 18:48:35 +03:00
parent 0abbb86e69
commit 50af5fb2d8
4 changed files with 1 additions and 6 deletions

3
.gitmodules vendored
View file

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

1
Radon

@ -1 +0,0 @@
Subproject commit 9830e89a31918a1542c246cb1461007c0d12e9ae

View file

@ -2,7 +2,7 @@
id 'com.github.johnrengelman.shadow' version '5.0.0' apply false
}
configure(subprojects.findAll { it.name != 'modules' && it.name != 'Radon' }) {
configure(subprojects.findAll { it.name != 'modules' }) {
apply plugin: 'idea'
apply plugin: 'eclipse'
apply plugin: 'java'

View file

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