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 { repositories {
gradlePluginPortal() gradlePluginPortal()
google() google()
jcenter() mavenCentral()
} }
} }

View file

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

View file

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