fix jitpack cause it's shitting out (#2274)

fix jitpack shitting out
This commit is contained in:
MCAxiaz 2019-10-12 22:09:58 -07:00 committed by arkon
parent 86e53e08de
commit b60b26bbd0

View File

@ -19,7 +19,7 @@ buildscript {
allprojects { allprojects {
repositories { repositories {
google() google()
maven { url "https://jitpack.io" } maven { url "https://www.jitpack.io" }
maven { url "https://oss.sonatype.org/content/repositories/snapshots/" } maven { url "https://oss.sonatype.org/content/repositories/snapshots/" }
jcenter() jcenter()
} }