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:
@@ -5,7 +5,7 @@ plugins {
|
||||
}
|
||||
|
||||
repositories {
|
||||
mavenCentral()
|
||||
jcenter()
|
||||
maven { url "https://repo.spring.io/libs-snapshot" }
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user