Skip to content
This repository has been archived by the owner on Aug 4, 2018. It is now read-only.

Commit

Permalink
CordovaLib: don't abort on lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
martykan committed Apr 18, 2016
1 parent 20bd8a6 commit c213fc8
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion platforms/android/CordovaLib/build.gradle
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -47,6 +47,10 @@ android {
targetCompatibility JavaVersion.VERSION_1_6
}

lintOptions {
abortOnError false
}

sourceSets {
main {
manifest.srcFile 'AndroidManifest.xml'
Expand Down

0 comments on commit c213fc8

Please sign in to comment.