diff --git a/build.gradle b/build.gradle index ccb04c77..580ff122 100644 --- a/build.gradle +++ b/build.gradle @@ -1,10 +1,10 @@ buildscript { repositories { mavenCentral() - mavenLocal() maven { url 'https://repo.spring.io/plugins-snapshot' } maven { url 'https://repo.spring.io/plugins-release' } maven { url 'https://plugins.gradle.org/m2/' } + maven { url 'https://repo.spring.io/snapshot' } } dependencies { classpath 'org.springframework.build.gradle:propdeps-plugin:0.0.7' @@ -18,7 +18,6 @@ allprojects { group = 'org.springframework.restdocs' repositories { mavenCentral() - mavenLocal() maven { url 'https://repo.spring.io/libs-snapshot' } } }