From 233e51386073d02a9e9ee552e7f59e01c23ea508 Mon Sep 17 00:00:00 2001 From: Ian Clelland Date: Thu, 28 Aug 2014 11:26:35 -0400 Subject: [PATCH] CB-3445: Ensure that JAR files in libs directory are included --- bin/templates/project/build.gradle | 1 + 1 file changed, 1 insertion(+) diff --git a/bin/templates/project/build.gradle b/bin/templates/project/build.gradle index dcebbc5d..8bccc413 100644 --- a/bin/templates/project/build.gradle +++ b/bin/templates/project/build.gradle @@ -15,6 +15,7 @@ buildscript { ext.multiarch=false dependencies { + compile fileTree(dir: 'libs', include: '*.jar') for (subproject in getProjectList()) { compile project(subproject) }