mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2026-01-09 14:08:03 -05:00
removed accidental use of maven snapshot repo
This commit is contained in:
@@ -56,10 +56,6 @@ if (file("flatRepo").isDirectory()) {
|
|||||||
allprojects {
|
allprojects {
|
||||||
repositories {
|
repositories {
|
||||||
mavenLocal()
|
mavenLocal()
|
||||||
|
|
||||||
maven { // include the standard maven snapshot location for now
|
|
||||||
url "https://oss.sonatype.org/content/repositories/snapshots"
|
|
||||||
}
|
|
||||||
mavenCentral()
|
mavenCentral()
|
||||||
jcenter()
|
jcenter()
|
||||||
flatDir name: "flat", dirs:["$rootProject.projectDir/flatRepo"]
|
flatDir name: "flat", dirs:["$rootProject.projectDir/flatRepo"]
|
||||||
|
|||||||
Reference in New Issue
Block a user