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 244a734 commit 57905d2Copy full SHA for 57905d2
build.gradle
@@ -3,7 +3,7 @@ buildscript {
3
mavenCentral()
4
maven { url 'https://repo.spring.io/plugins-release' }
5
maven { url 'https://plugins.gradle.org/m2/' }
6
- mavenLocal()
+ maven { url 'https://repo.spring.io/snapshot' }
7
}
8
dependencies {
9
classpath 'org.springframework.build.gradle:propdeps-plugin:0.0.7'
@@ -17,7 +17,7 @@ allprojects {
17
group = 'org.springframework.restdocs'
18
repositories {
19
20
21
22
23
0 commit comments