Skip to content

Commit

Permalink
settings.gradle: comments
Browse files Browse the repository at this point in the history
  • Loading branch information
stephengold committed May 21, 2024
1 parent d1c395e commit 41a9166
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,4 +1,4 @@
// global build settings shared by all SPORT subprojects
// global build settings for the SPORT project

rootProject.name = 'sport'

Expand All @@ -15,7 +15,7 @@ dependencyResolutionManagement {
/*
* Enumerate subdirectories in the project's root directory that contain a
* "build.gradle" file. Any subdirectory that contains a "build.gradle" file is
* automatically a subproject of this project.
* automatically included as a subproject.
*/
def subDirs = rootDir.listFiles(
new FileFilter() {
Expand Down

0 comments on commit 41a9166

Please sign in to comment.