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 cc86848 commit 16962b7
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 settings shared by all V-Sport subprojects

rootProject.name = 'V-Sport'

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

rootProject.name = 'V-Sport'

/*
* 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 16962b7

Please sign in to comment.