使用阿里镜像
This commit is contained in:
@@ -11,7 +11,10 @@ apply plugin: 'java'
|
||||
sourceCompatibility = 1.8
|
||||
buildscript {
|
||||
repositories {
|
||||
mavenCentral()
|
||||
//mavenCentral()
|
||||
maven {
|
||||
url 'http://maven.aliyun.com/nexus/content/groups/public/'
|
||||
}
|
||||
}
|
||||
dependencies {
|
||||
classpath("org.springframework.boot:spring-boot-gradle-plugin:1.5.4.RELEASE")
|
||||
@@ -20,7 +23,10 @@ buildscript {
|
||||
|
||||
|
||||
repositories {
|
||||
mavenCentral()
|
||||
//mavenCentral()
|
||||
maven {
|
||||
url 'http://maven.aliyun.com/nexus/content/groups/public/'
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user