mavenLocal should always be first repository
Using mavenCentral above mavenLocal means any library screenshots you may have installed locally are overridden. Having mavenLocal first ensures you trust the local cache above all else.
This commit is contained in:
parent
14b876c950
commit
eb003de3e6
1 changed files with 2 additions and 2 deletions
|
|
@ -7,8 +7,8 @@ plugins {
|
|||
|
||||
allprojects {
|
||||
repositories {
|
||||
mavenCentral()
|
||||
mavenLocal()
|
||||
mavenCentral()
|
||||
maven { url "https://oss.sonatype.org/content/repositories/releases" }
|
||||
maven { url "http://repo.mikeprimm.com" }
|
||||
maven { url "http://repo.maven.apache.org/maven2" }
|
||||
|
|
@ -48,4 +48,4 @@ clean {
|
|||
}
|
||||
|
||||
task setupCIWorkspace {
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue