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 21, 2024
1 parent 3b1a520 commit dd8af36
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 for the jME-TTF project

rootProject.name = 'jme-ttf'

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

rootProject.name = 'jme-ttf'

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

0 comments on commit dd8af36

Please sign in to comment.