diff --git a/build.gradle b/build.gradle index feb4e53f..3d42a735 100644 --- a/build.gradle +++ b/build.gradle @@ -1,9 +1,6 @@ -allprojects { - apply plugin: 'eclipse' +configure(subprojects.findAll {it.name != 'modules'}) { apply plugin: 'idea' -} - -subprojects { + apply plugin: 'eclipse' apply plugin: 'java' repositories { @@ -29,7 +26,7 @@ } wrapper { - distributionType = Wrapper.DistributionType.ALL + distributionType = Wrapper.DistributionType.ALL } defaultTasks 'build' diff --git a/modules b/modules index 1acfa0df..d4320ce2 160000 --- a/modules +++ b/modules @@ -1 +1 @@ -Subproject commit 1acfa0df31cc42121ae77035a2dadea457a4ed28 +Subproject commit d4320ce29b8a142a75b86237139e92a72e00b481 diff --git a/settings.gradle b/settings.gradle index 5b0fea68..0ef17ca5 100644 --- a/settings.gradle +++ b/settings.gradle @@ -1,4 +1,4 @@ -rootProject.name = 'Launcher' +rootProject.name = 'GravitLauncher' include 'Launcher' include 'libLauncher'