mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2024-11-10 06:02:09 +00:00
removed accidental use of maven snapshot repo
This commit is contained in:
parent
410af5a272
commit
1afb87f6e3
@ -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"]
|
||||
|
Loading…
Reference in New Issue
Block a user