|
|
|
@ -40,7 +40,7 @@ def branchName=buildDir.substring(buildDir.lastIndexOf ('\\')+1)
|
|
|
|
|
//ÉùÃ÷ÍⲿÒÀÀµ |
|
|
|
|
dependencies{ |
|
|
|
|
compile fileTree(dir:'../../../finereport-lib-stable',include:'**/*.jar') |
|
|
|
|
compile fileTree(dir:'../../../',include:"finereport-*-stable/${branchName}/**/build/libs/*.jar"){exclude "finereport-design-stable/${branchName}/build/libs/*.jar"} |
|
|
|
|
compile fileTree(dir:'../../../',include:"finereport-*-stable/${branchName}/**/build/libs/*.jar",exclude "finereport-design-stable/${branchName}/build/libs/*.jar") |
|
|
|
|
|
|
|
|
|
testCompile 'junit:junit:4.12' |
|
|
|
|
} |
|
|
|
|