Re-add jcenter() for now
It's still needed for a small number of dependencies. PiperOrigin-RevId: 377303373
This commit is contained in:
parent
af4b891c99
commit
c7290a9cf7
@ -25,6 +25,7 @@ allprojects {
|
|||||||
repositories {
|
repositories {
|
||||||
google()
|
google()
|
||||||
mavenCentral()
|
mavenCentral()
|
||||||
|
jcenter()
|
||||||
}
|
}
|
||||||
if (it.hasProperty('externalBuildDir')) {
|
if (it.hasProperty('externalBuildDir')) {
|
||||||
if (!new File(externalBuildDir).isAbsolute()) {
|
if (!new File(externalBuildDir).isAbsolute()) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user