Use Maven Central rather than JCenter

This commit is contained in:
Andy Wilkinson
2016-05-05 11:33:05 +01:00
parent 96330b2e30
commit e37d0ff560

View File

@@ -1,6 +1,6 @@
buildscript {
repositories {
jcenter()
mavenCentral()
maven { url 'https://repo.spring.io/plugins-release' }
maven { url 'https://plugins.gradle.org/m2/' }
}
@@ -15,7 +15,7 @@ buildscript {
allprojects {
group = 'org.springframework.restdocs'
repositories {
jcenter()
mavenCentral()
}
}