CB-3445: Ensure that JAR files in libs directory are included

This commit is contained in:
Ian Clelland 2014-08-28 11:26:35 -04:00
parent eb8cf56e8e
commit 7a09182446

View File

@ -15,6 +15,7 @@ buildscript {
ext.multiarch=false
dependencies {
compile fileTree(dir: 'libs', include: '*.jar')
for (subproject in getProjectList()) {
compile project(subproject)
}