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 1ecfcb4 commit 6cb1d95
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 Wes subprojects
// global build settings for the Wes subproject

rootProject.name = 'Wes'

Expand All @@ -14,7 +14,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 6cb1d95

Please sign in to comment.