Switch to https for maven central repo
This commit is contained in:
parent
638b17bc17
commit
c77ae21e4e
1 changed files with 1 additions and 2 deletions
|
|
@ -8,10 +8,9 @@ plugins {
|
||||||
allprojects {
|
allprojects {
|
||||||
repositories {
|
repositories {
|
||||||
mavenLocal()
|
mavenLocal()
|
||||||
mavenCentral()
|
|
||||||
maven { url "https://oss.sonatype.org/content/repositories/releases" }
|
maven { url "https://oss.sonatype.org/content/repositories/releases" }
|
||||||
maven { url "http://repo.mikeprimm.com" }
|
maven { url "http://repo.mikeprimm.com" }
|
||||||
maven { url "http://repo.maven.apache.org/maven2" }
|
maven { url "https://repo.maven.apache.org/maven2" }
|
||||||
maven { url "https://hub.spigotmc.org/nexus/content/repositories/snapshots/" }
|
maven { url "https://hub.spigotmc.org/nexus/content/repositories/snapshots/" }
|
||||||
maven { url "https://repo.codemc.org/repository/maven-public/" }
|
maven { url "https://repo.codemc.org/repository/maven-public/" }
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue