diff --git a/settings.gradle b/settings.gradle index cf3919a..c08ab34 100644 --- a/settings.gradle +++ b/settings.gradle @@ -1,5 +1,7 @@ // global settings shared by all MonkeyWrench subprojects +rootProject.name = 'MonkeyWrench' + dependencyResolutionManagement { repositories { //mavenLocal() // to find libraries installed locally @@ -10,8 +12,6 @@ dependencyResolutionManagement { } } -rootProject.name = 'MonkeyWrench' - /* * Enumerate subdirectories in the project's root directory that contain a * "build.gradle" file. Any subdirectory that contains a "build.gradle" file is