diff --git a/settings.gradle b/settings.gradle index 581ae288..249ed70c 100644 --- a/settings.gradle +++ b/settings.gradle @@ -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