You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by bo...@apache.org on 2016/01/12 19:40:08 UTC

android commit: CB-8864: Fixing this to mitigate CB-8685 and CB-10104

Repository: cordova-android
Updated Branches:
  refs/heads/master d78ae309f -> 11760afdd


CB-8864: Fixing this to mitigate CB-8685 and CB-10104


Project: http://git-wip-us.apache.org/repos/asf/cordova-android/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-android/commit/11760afd
Tree: http://git-wip-us.apache.org/repos/asf/cordova-android/tree/11760afd
Diff: http://git-wip-us.apache.org/repos/asf/cordova-android/diff/11760afd

Branch: refs/heads/master
Commit: 11760afddd1fb77dde0b0b59a398b659319d8478
Parents: d78ae30
Author: Joe Bowser <bo...@apache.org>
Authored: Tue Jan 12 10:39:55 2016 -0800
Committer: Joe Bowser <bo...@apache.org>
Committed: Tue Jan 12 10:39:55 2016 -0800

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


http://git-wip-us.apache.org/repos/asf/cordova-android/blob/11760afd/bin/templates/project/build.gradle
----------------------------------------------------------------------
diff --git a/bin/templates/project/build.gradle b/bin/templates/project/build.gradle
index 157c4ee..65d5a90 100644
--- a/bin/templates/project/build.gradle
+++ b/bin/templates/project/build.gradle
@@ -170,6 +170,10 @@ android {
         }
     }
 
+    lintOptions {
+      abortOnError false;
+    }
+
     compileSdkVersion cdvCompileSdkVersion
     buildToolsVersion cdvBuildToolsVersion
 


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org