Skip to content

Commit f0e7774

Browse files
committed
Remove unnecessary repository declarations
They should be covered by `spring.mavenRepositories()`
1 parent 7e79a86 commit f0e7774

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

build.gradle

-10
Original file line numberDiff line numberDiff line change
@@ -17,16 +17,6 @@ subprojects {
1717
repositories {
1818
mavenCentral()
1919
spring.mavenRepositories()
20-
if (version.contains('-')) {
21-
maven {
22-
url = "https://repo.spring.io/milestone"
23-
}
24-
}
25-
if (version.endsWith('-SNAPSHOT')) {
26-
maven {
27-
url = "https://repo.spring.io/snapshot"
28-
}
29-
}
3020
}
3121

3222
configurations.all {

0 commit comments

Comments
 (0)