mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-11-05 06:50:29 +03:00
Exclude lint from gradle build tasks
This commit is contained in:
parent
7d8e9bbcaa
commit
ef73fd8920
1 changed files with 4 additions and 0 deletions
|
|
@ -705,6 +705,10 @@ def build_local(app, thisbuild, vcs, build_dir, output_dir, srclib_dir, extlib_d
|
|||
|
||||
commands += ['assemble' + flavours_cmd + 'Release']
|
||||
|
||||
# Avoid having to use lintOptions.abortOnError false
|
||||
# TODO: Do flavours or project names change this task name?
|
||||
commands += ['-x', 'lintVitalRelease']
|
||||
|
||||
p = FDroidPopen(commands, cwd=gradle_dir)
|
||||
|
||||
elif thisbuild['type'] == 'ant':
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue