fix(build): remove jcenter from gradle build (#3882)

This commit is contained in:
Aditya Radhakrishnan 2022-01-12 12:45:36 -10:00 committed by GitHub
parent b58609269d
commit 2dab22e17f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,6 +1,5 @@
repositories {
gradlePluginPortal()
jcenter()
mavenLocal()
mavenCentral()
maven {