mirror of
https://github.com/webbukkit/dynmap.git
synced 2025-02-25 16:21:57 +01:00
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
@ -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…
Reference in New Issue
Block a user