diff --git a/build.gradle b/build.gradle index 09551a7e8a..a26d0fbd1f 100644 --- a/build.gradle +++ b/build.gradle @@ -56,10 +56,6 @@ if (file("flatRepo").isDirectory()) { allprojects { repositories { mavenLocal() - - maven { // include the standard maven snapshot location for now - url "https://oss.sonatype.org/content/repositories/snapshots" - } mavenCentral() jcenter() flatDir name: "flat", dirs:["$rootProject.projectDir/flatRepo"]