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 92e027b commit 156cf11Copy full SHA for 156cf11
build.gradle
@@ -9,8 +9,13 @@ allprojects {
9
group = "org.springframework.restdocs"
10
repositories {
11
mavenCentral()
12
- if (version.contains('-')) {
13
- maven { url "https://repo.spring.io/milestone" }
+ maven {
+ url "https://repo.spring.io/milestone"
14
+ content {
15
+ includeGroup "io.micrometer"
16
+ includeGroup "io.projectreactor"
17
+ includeGroup "org.springframework"
18
+ }
19
}
20
if (version.endsWith('-SNAPSHOT')) {
21
maven { url "https://repo.spring.io/snapshot" }
0 commit comments