Skip to content

Commit

Permalink
settings.gradle: re-order
Browse files Browse the repository at this point in the history
  • Loading branch information
stephengold committed May 18, 2024
1 parent 7fd85e4 commit d014a51
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions settings.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
// global settings for the Maud project

rootProject.name = 'Maud'

dependencyResolutionManagement {
repositories {
//mavenLocal() // to find libraries installed locally
Expand All @@ -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'
}

0 comments on commit d014a51

Please sign in to comment.