|
|
@ -58,7 +58,7 @@ repositories{ |
|
|
|
FileTree files =fileTree(dir:'./',include:'build.*.gradle') |
|
|
|
FileTree files =fileTree(dir:'./',include:'build.*.gradle') |
|
|
|
def buildDir=files[0].path.substring(0,files[0].path.lastIndexOf (java.io.File.separator)) |
|
|
|
def buildDir=files[0].path.substring(0,files[0].path.lastIndexOf (java.io.File.separator)) |
|
|
|
def branchName=buildDir.substring(buildDir.lastIndexOf (java.io.File.separator)+1) |
|
|
|
def branchName=buildDir.substring(buildDir.lastIndexOf (java.io.File.separator)+1) |
|
|
|
def MVN_BRANCH = branchName.toUpperCase() |
|
|
|
def MVN_BRANCH = branchVariable.toUpperCase() |
|
|
|
|
|
|
|
|
|
|
|
//指定依赖 |
|
|
|
//指定依赖 |
|
|
|
dependencies{ |
|
|
|
dependencies{ |
|
|
|