Skip to content

Commit

Permalink
settings.gradle: comment
Browse files Browse the repository at this point in the history
  • Loading branch information
stephengold committed Oct 22, 2023
1 parent 12c92fb commit 283ae01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

dependencyResolutionManagement {
repositories {
//mavenLocal() // to find local SNAPSHOTs of libraries
//mavenLocal() // to find libraries installed locally
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 Down

0 comments on commit 283ae01

Please sign in to comment.