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