This commit is contained in:
Mike Primm 2020-07-25 23:37:22 -05:00
parent 4b0d5b15af
commit 8f1e7fbac4
3 changed files with 3 additions and 3 deletions

View file

@ -9,7 +9,7 @@ allprojects {
repositories {
mavenLocal()
maven { url "https://oss.sonatype.org/content/repositories/releases" }
maven { url "http://repo.mikeprimm.com" }
maven { url "https://repo.mikeprimm.com" }
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/" }