jcenter() -> mavenCentral()

jcenter is intermittently producing circular redirects. It is deprecated and we should use
Maven Central anyway.
This commit is contained in:
Rob Winch
2022-05-18 10:39:49 -05:00
parent b67e18fb82
commit b2310d91fe
48 changed files with 48 additions and 48 deletions

View File

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

View File

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