Remove unnecessary repository declarations
They should be covered by `spring.mavenRepositories()`
This commit is contained in:
parent
7e79a86684
commit
f0e777486d
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 {
|
||||
|
|
|
|||
Loading…
Reference in New Issue