Switch to https for maven central repo

This commit is contained in:
Zach Levis 2020-01-26 20:43:36 -08:00
parent 23e1bd2c59
commit 971e621bec

View File

@ -8,10 +8,9 @@ plugins {
allprojects {
repositories {
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" }
maven { url "https://repo.maven.apache.org/maven2" }
maven { url "https://hub.spigotmc.org/nexus/content/repositories/snapshots/" }
maven { url "https://repo.codemc.org/repository/maven-public/" }
}