mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-17 12:09:16 +00:00
Remove unnecessary repository declarations
They should be covered by `spring.mavenRepositories()`
This commit is contained in:
@@ -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