Switch remaining jcenter() to mavenCentral()

This commit is contained in:
Marcus Da Coregio
2022-01-17 12:44:01 -03:00
committed by Josh Cummings
parent 8de55d289d
commit 1e354a3587
47 changed files with 55 additions and 55 deletions
+1 -1
View File
@@ -8,7 +8,7 @@ plugins {
apply from: "gradle/gretty.gradle"
repositories {
jcenter()
mavenCentral()
maven { url "https://repo.spring.io/milestone" }
maven { url "https://repo.spring.io/snapshot" }
}
+1 -1
View File
@@ -4,7 +4,7 @@ plugins {
}
repositories {
jcenter()
mavenCentral()
maven { url "https://repo.spring.io/milestone" }
maven { url "https://repo.spring.io/snapshot" }
}
+1 -1
View File
@@ -4,7 +4,7 @@ plugins {
}
repositories {
jcenter()
mavenCentral()
maven { url "https://repo.spring.io/milestone" }
maven { url "https://repo.spring.io/snapshot" }
}