Replace jcenter() with mavenCentral()

This commit is contained in:
Marcus Da Coregio
2022-10-31 12:06:52 -03:00
parent 7d9bf3ecd4
commit 14b88be2ab
48 changed files with 60 additions and 60 deletions

View File

@@ -6,7 +6,7 @@ plugins {
}
repositories {
jcenter()
mavenCentral()
maven { url "https://repo.spring.io/snapshot" }
}