mirror of
https://github.com/GravitLauncher/Launcher
synced 2024-11-15 03:31:15 +03:00
[FEATURE] Начал удаление Radon`а.
This commit is contained in:
parent
0abbb86e69
commit
50af5fb2d8
4 changed files with 1 additions and 6 deletions
3
.gitmodules
vendored
3
.gitmodules
vendored
|
@ -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
Radon
|
@ -1 +0,0 @@
|
|||
Subproject commit 9830e89a31918a1542c246cb1461007c0d12e9ae
|
|
@ -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'
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
rootProject.name = 'GravitLauncher'
|
||||
|
||||
include 'Launcher'
|
||||
include 'Radon'
|
||||
include 'LauncherCore'
|
||||
include 'LauncherAPI'
|
||||
include 'LauncherAuthlib'
|
||||
|
|
Loading…
Reference in a new issue