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

Project: http://git-wip-us.apache.org/repos/asf/cordova-amazon-fireos/repo
Commit: 
http://git-wip-us.apache.org/repos/asf/cordova-amazon-fireos/commit/e5e5c5e0
Tree: http://git-wip-us.apache.org/repos/asf/cordova-amazon-fireos/tree/e5e5c5e0
Diff: http://git-wip-us.apache.org/repos/asf/cordova-amazon-fireos/diff/e5e5c5e0

Branch: refs/heads/master
Commit: e5e5c5e04dd3953bdd6bff0070871561b19d7cb0
Parents: 58877a5
Author: Ian Clelland <[email protected]>
Authored: Thu Aug 28 11:26:35 2014 -0400
Committer: Archana Naik <[email protected]>
Committed: Thu Aug 28 11:22:05 2014 -0700

----------------------------------------------------------------------
 bin/templates/project/build.gradle | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-amazon-fireos/blob/e5e5c5e0/bin/templates/project/build.gradle
----------------------------------------------------------------------
diff --git a/bin/templates/project/build.gradle 
b/bin/templates/project/build.gradle
index dcebbc5..8bccc41 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)
     }

Reply via email to