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

@ -35,7 +35,7 @@ buildscript {
repositories {
gradlePluginPortal()
google()
jcenter()
mavenCentral()
}
}

View file

@ -2,5 +2,5 @@ plugins {
`kotlin-dsl`
}
repositories {
jcenter()
mavenCentral()
}

View file

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