Switch remaining jcenter() to mavenCentral()

This commit is contained in:
Marcus Da Coregio
2022-01-17 12:44:01 -03:00
parent 3dd832f99f
commit 57c0b8a4c4
47 changed files with 59 additions and 59 deletions
@@ -6,7 +6,7 @@ plugins {
}
repositories {
jcenter()
mavenCentral()
maven { url "https://repo.spring.io/milestone" }
maven { url "https://repo.spring.io/snapshot" }
}
@@ -6,7 +6,7 @@ plugins {
}
repositories {
jcenter()
mavenCentral()
maven { url "https://repo.spring.io/milestone" }
maven { url "https://repo.spring.io/snapshot" }
}