diff --git a/.gitmodules b/.gitmodules index 8d20570a..f70ed106 100644 --- a/.gitmodules +++ b/.gitmodules @@ -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 diff --git a/Radon b/Radon deleted file mode 160000 index 9830e89a..00000000 --- a/Radon +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 9830e89a31918a1542c246cb1461007c0d12e9ae diff --git a/build.gradle b/build.gradle index 9180f813..86d688ba 100644 --- a/build.gradle +++ b/build.gradle @@ -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' diff --git a/settings.gradle b/settings.gradle index 72971c4c..ac4f0e76 100644 --- a/settings.gradle +++ b/settings.gradle @@ -1,7 +1,6 @@ rootProject.name = 'GravitLauncher' include 'Launcher' -include 'Radon' include 'LauncherCore' include 'LauncherAPI' include 'LauncherAuthlib'