Remove unnecessary repository declarations
They should be covered by `spring.mavenRepositories()`
This commit is contained in:
10
build.gradle
10
build.gradle
@@ -17,16 +17,6 @@ subprojects {
|
||||
repositories {
|
||||
mavenCentral()
|
||||
spring.mavenRepositories()
|
||||
if (version.contains('-')) {
|
||||
maven {
|
||||
url = "https://repo.spring.io/milestone"
|
||||
}
|
||||
}
|
||||
if (version.endsWith('-SNAPSHOT')) {
|
||||
maven {
|
||||
url = "https://repo.spring.io/snapshot"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
configurations.all {
|
||||
|
||||
Reference in New Issue
Block a user