Skip to content

Commit e9c24b7

Browse files
committed
Remove milestone repository
It's no longer needed as all milestones should now be available from Maven Central.
1 parent e7870db commit e9c24b7

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

build.gradle

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,6 @@ allprojects {
88
group = "org.springframework.restdocs"
99
repositories {
1010
mavenCentral()
11-
maven {
12-
url = "https://repo.spring.io/milestone"
13-
content {
14-
includeGroup "io.micrometer"
15-
includeGroup "io.projectreactor"
16-
includeGroup "org.springframework"
17-
}
18-
}
1911
if (version.endsWith('-SNAPSHOT')) {
2012
maven { url = "https://repo.spring.io/snapshot" }
2113
}

0 commit comments

Comments
 (0)