mirror of
https://github.com/NationalSecurityAgency/ghidra
synced 2024-10-30 11:30:12 +00:00
removed accidental use of maven snapshot repo
This commit is contained in:
parent
410af5a272
commit
1afb87f6e3
1 changed files with 0 additions and 4 deletions
|
@ -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 a new issue