This commit is contained in:
parent
cefe9b4087
commit
18afe87e4e
15
build.gradle
15
build.gradle
@ -12,13 +12,14 @@ String jarName = "${jarNameStr}.jar"
|
||||
group = GROUPSID
|
||||
version = VERSIONS
|
||||
|
||||
|
||||
repositories {
|
||||
maven { url 'https://maven.aliyun.com/repository/public' }
|
||||
maven { url "https://maven.aliyun.com/repository/gradle-plugin" }
|
||||
maven { url "https://maven.aliyun.com/repository/spring-plugin" }
|
||||
mavenLocal()
|
||||
mavenCentral()
|
||||
allprojects {
|
||||
repositories {
|
||||
maven { url "https://maven.aliyun.com/repository/gradle-plugin" }
|
||||
maven { url 'https://maven.aliyun.com/repository/public' }
|
||||
maven { url "https://maven.aliyun.com/repository/spring-plugin" }
|
||||
mavenLocal()
|
||||
mavenCentral()
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user