From c213fc88c2e398efccbbad8f59ab153cc2fb89f1 Mon Sep 17 00:00:00 2001 From: Tomas Martykan Date: Mon, 18 Apr 2016 13:14:27 +0200 Subject: [PATCH] CordovaLib: don't abort on lint error --- platforms/android/CordovaLib/build.gradle | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/platforms/android/CordovaLib/build.gradle b/platforms/android/CordovaLib/build.gradle index f1c6682..b840871 100644 --- a/platforms/android/CordovaLib/build.gradle +++ b/platforms/android/CordovaLib/build.gradle @@ -1,5 +1,5 @@ /* Licensed to the Apache Software Foundation (ASF) under one - or more contributor license agreements. See the NOTICE file +7 or more contributor license agreements. See the NOTICE file distributed with this work for additional information regarding copyright ownership. The ASF licenses this file to you under the Apache License, Version 2.0 (the @@ -47,6 +47,10 @@ android { targetCompatibility JavaVersion.VERSION_1_6 } + lintOptions { + abortOnError false + } + sourceSets { main { manifest.srcFile 'AndroidManifest.xml'