Skip to content

Commit

Permalink
settings.gradle: comments
Browse files Browse the repository at this point in the history
  • Loading branch information
stephengold committed Aug 28, 2023
1 parent 58bf14a commit 3ea364c
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
Expand Up @@ -5,7 +5,7 @@
dependencyResolutionManagement {
repositories {
//mavenLocal() // to find local SNAPSHOTs of libraries
mavenCentral()
mavenCentral() // to find libraries released to the Maven Central repository
//maven { url 'https://s01.oss.sonatype.org/content/groups/staging' } // to find libraries staged but not yet released
//maven { url 'https://s01.oss.sonatype.org/content/repositories/snapshots' } // to find public SNAPSHOTs of libraries
}
Expand All @@ -15,7 +15,7 @@ rootProject.name = 'Wes'

/*
* Enumerate subdirectories in the project's root directory that contain a
* "build.gradle" file. Any subdirectory with a "build.gradle" file is
* "build.gradle" file. Any subdirectory that contains a "build.gradle" file is
* automatically a subproject of this project.
*/
def subDirs = rootDir.listFiles(
Expand Down

0 comments on commit 3ea364c

Please sign in to comment.