Commit c7290a9c by olly Committed by bachinger

Re-add jcenter() for now

It's still needed for a small number of dependencies.

PiperOrigin-RevId: 377303373
parent af4b891c
Showing with 1 additions and 0 deletions
...@@ -25,6 +25,7 @@ allprojects { ...@@ -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()) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment