Use jcenter instead of mavenCentral

jcenter has dependencies for gretty and repo.spring.io now requires
authentication to download new dependencies
This commit is contained in:
Rob Winch
2020-11-19 12:32:30 -06:00
parent 175297f492
commit cda205bb91
36 changed files with 35 additions and 39 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ plugins {
}
repositories {
mavenCentral()
jcenter()
maven { url "https://repo.spring.io/snapshot" }
}