Add back jcenter() to repositories

The buildscript entry is required by
com.android.tools.build:gradle:4.0.1.

For other projects, it appears that org.checkerframework is
in jcenter.

Without this change building with gradlew is broken, at least.

#minor-release

PiperOrigin-RevId: 366222799
This commit is contained in:
andrewlewis 2021-04-01 11:52:52 +01:00 committed by Oliver Woodman
parent ae47a138ee
commit c80e7b0a68

View File

@ -14,6 +14,7 @@
buildscript {
repositories {
google()
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle:4.0.1'
@ -23,6 +24,7 @@ buildscript {
allprojects {
repositories {
google()
jcenter()
}
if (it.hasProperty('externalBuildDir')) {
if (!new File(externalBuildDir).isAbsolute()) {