Remove jcenter usage (closes #4387)

This commit is contained in:
arkon
2021-10-18 12:39:41 -04:00
parent bf1b7f44b6
commit 5b3bd3f470
2 changed files with 2 additions and 3 deletions

View File

@@ -11,7 +11,6 @@ allprojects {
mavenCentral()
google()
maven { setUrl("https://www.jitpack.io") }
jcenter()
}
}