1
0
mirror of https://github.com/owncloud/android-library.git synced 2025-06-07 16:06:08 +00:00

Disabled abort-build-on-lint-error check (all modules have errors).

This commit is contained in:
Jorge Antonio Diaz-Benito Soriano 2014-09-19 13:38:04 +02:00 committed by David A. Velasco
parent 4a76d429ab
commit c3478eb8d4
3 changed files with 11 additions and 1 deletions

View File

@ -49,4 +49,4 @@ android {
abortOnError false abortOnError false
} }
} }
} }

View File

@ -44,4 +44,9 @@ android {
packagingOptions { packagingOptions {
exclude 'META-INF/LICENSE.txt' exclude 'META-INF/LICENSE.txt'
} }
android {
lintOptions {
abortOnError false
}
}
} }

View File

@ -44,4 +44,9 @@ android {
packagingOptions { packagingOptions {
exclude 'META-INF/LICENSE.txt' exclude 'META-INF/LICENSE.txt'
} }
android {
lintOptions {
abortOnError false
}
}
} }