removed accidental use of maven snapshot repo

This commit is contained in:
ghidravore 2020-05-13 16:24:55 -04:00
parent 410af5a272
commit 1afb87f6e3

View file

@ -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"]