Commit a71c1902 authored by lusyoe's avatar lusyoe

调整阿里云仓库

parent 738a58ba
allprojects {
repositories {
maven{ url 'http://maven.aliyun.com/nexus/content/groups/public'}
}
}
buildscript {
ext {
springBootVersion = '2.0.1.RELEASE'
......@@ -13,6 +7,8 @@ buildscript {
repositories {
mavenLocal()
maven{ url 'http://maven.aliyun.com/nexus/content/groups/public'}
jcenter()
mavenCentral()
maven { url "https://repo.spring.io/plugins-release" }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment