Skip to content

Commit

Permalink
settings.gradle: re-order
Browse files Browse the repository at this point in the history
stephengold committed May 22, 2024
1 parent 10c7bdf commit 5fdf3b6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions settings.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
// global build settings shared by all jme3-utilities subprojects

rootProject.name = 'jme3-utilities'

dependencyResolutionManagement {
repositories {
//mavenLocal() // to find libraries installed locally
@@ -9,8 +11,6 @@ dependencyResolutionManagement {
}
}

rootProject.name = 'jme3-utilities'

/*
* Enumerate subdirectories in the project's root directory that contain a
* "build.gradle" file. Any subdirectory that contains a "build.gradle" file is

0 comments on commit 5fdf3b6

Please sign in to comment.