|
|
@ -46,7 +46,7 @@ def branchName=buildDir.substring(buildDir.lastIndexOf (java.io.File.separator)+ |
|
|
|
dependencies{ |
|
|
|
dependencies{ |
|
|
|
compile fileTree(dir:"${srcDir}/fine-jboss-logging/lib",include:'**/*.jar') |
|
|
|
compile fileTree(dir:"${srcDir}/fine-jboss-logging/lib",include:'**/*.jar') |
|
|
|
compile fileTree(dir:"${srcDir}/build/libs/",include:'**/*.jar') |
|
|
|
compile fileTree(dir:"${srcDir}/build/libs/",include:'**/*.jar') |
|
|
|
compile "com.fr.third:fine-third:10.0-FEATURE-SNAPSHOT" |
|
|
|
compile "com.fr.third:fine-third:10.0-RELEASE-SNAPSHOT" |
|
|
|
compile fileTree(dir:"../../finereport-lib-other/${branchName}",include:'**/*.jar') |
|
|
|
compile fileTree(dir:"../../finereport-lib-other/${branchName}",include:'**/*.jar') |
|
|
|
testCompile 'junit:junit:4.12' |
|
|
|
testCompile 'junit:junit:4.12' |
|
|
|
} |
|
|
|
} |
|
|
|