From d014a513728baf7baf465c5c998460ca0d6c3251 Mon Sep 17 00:00:00 2001 From: stephengold Date: Fri, 17 May 2024 17:15:27 -0700 Subject: [PATCH] settings.gradle: re-order --- settings.gradle | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/settings.gradle b/settings.gradle index 4ee7f755..39b2a492 100644 --- a/settings.gradle +++ b/settings.gradle @@ -1,5 +1,7 @@ // global settings for the Maud project +rootProject.name = 'Maud' + dependencyResolutionManagement { repositories { //mavenLocal() // to find libraries installed locally @@ -8,6 +10,4 @@ dependencyResolutionManagement { //maven { url 'https://s01.oss.sonatype.org/content/groups/staging' } // to find libraries staged but not yet released //maven { url 'https://s01.oss.sonatype.org/content/repositories/snapshots' } // to find public snapshots of libraries } -} - -rootProject.name = 'Maud' +} \ No newline at end of file