mirror of
https://gitlab.com/fdroid/fdroidserver.git
synced 2024-11-04 14:30:11 +01:00
Exclude lint from gradle build tasks
This commit is contained in:
parent
7d8e9bbcaa
commit
ef73fd8920
@ -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…
Reference in New Issue
Block a user