From 1afb87f6e3719931870fd5bfed6c360d7431be89 Mon Sep 17 00:00:00 2001 From: ghidravore Date: Wed, 13 May 2020 16:24:55 -0400 Subject: [PATCH] removed accidental use of maven snapshot repo --- build.gradle | 4 ---- 1 file changed, 4 deletions(-) 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"]