We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e7870db commit e9c24b7Copy full SHA for e9c24b7
build.gradle
@@ -8,14 +8,6 @@ allprojects {
8
group = "org.springframework.restdocs"
9
repositories {
10
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
19
if (version.endsWith('-SNAPSHOT')) {
20
maven { url = "https://repo.spring.io/snapshot" }
21
}
0 commit comments