|
|
|
@ -51,7 +51,7 @@ sourceSets{
|
|
|
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
sourceSets.main.java.outputDir = file('build/classes/2') |
|
|
|
|
sourceSets.main.output.classesDir = file('build/classes/2') |
|
|
|
|
repositories{ |
|
|
|
|
mavenCentral() |
|
|
|
|
maven { url "http://mvn.finedevelop.com/repository/maven-public/" } |
|
|
|
@ -62,7 +62,7 @@ repositories{
|
|
|
|
|
FileTree files =fileTree(dir:'./',include:'build.*.gradle') |
|
|
|
|
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 MVN_BRANCH = branchVariable.toUpperCase() |
|
|
|
|
def MVN_BRANCH = branchVariable.toUpperCase() |
|
|
|
|
|
|
|
|
|
def indexV = branchName.indexOf( "%2F"); |
|
|
|
|
if(indexV != -1){ |
|
|
|
|