replace jcenter with mavenCentral

This commit is contained in:
Jays2Kings 2022-04-03 16:17:07 -04:00
parent 54f002d5b2
commit 94a1daa135
3 changed files with 3 additions and 3 deletions

View file

@ -1,7 +1,7 @@
pluginManagement {
repositories {
gradlePluginPortal()
jcenter()
mavenCentral()
google()
}
}