Remove buildSrc module's dependency on JCenter
This commit is contained in:
+1
-1
@@ -9,9 +9,9 @@ plugins {
|
||||
allprojects {
|
||||
repositories {
|
||||
mavenCentral()
|
||||
jcenter()
|
||||
google()
|
||||
maven { setUrl("https://www.jitpack.io") }
|
||||
jcenter()
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user