Commit 1fda142e by 王炜晨

构建

parent b6c7c443
......@@ -16,7 +16,11 @@ buildscript {
} else if ("local".equals(mavenRepo)) {
repositories {
maven {
url localPluginRepoUrl
credentials {
username getUsername
password getPassword
}
url mavenRepoUrl
}
maven {
url aliRepoUrl
......@@ -72,7 +76,11 @@ repositories {
}
} else if ("local".equals(mavenRepo)) {
maven {
url localRepoUrl
credentials {
username getUsername
password getPassword
}
url mavenRepoUrl
}
maven {
url aliRepoUrl
......
group=com.beecode
version=1.0.0-SNAPSHOT
localPluginRepoUrl=http://10.2.37.35:8081/repository/maven-public/
mavenPluginRepoUrl=http://maven.ifengban.com/repository/maven-all/
mavenRepo=local
getUsername=maven-kunlun
getPassword=maven-kunlun
mavenRepoUrl=http://maven.ifengban.com/repository/maven-all/
aliRepoUrl=http://maven.aliyun.com/nexus/content/groups/public/
localRepoUrl=http://10.2.37.35:8081/repository/maven-public/
publicRepoUrl=http://maven.ifengban.com/repository/maven-public/
......
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