mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-11-05 23:10:29 +03:00
Avoid lint on all new plugin versions, remove TODO
This commit is contained in:
parent
8595e216f4
commit
faa35fb7c4
1 changed files with 1 additions and 2 deletions
|
|
@ -695,8 +695,7 @@ def build_local(app, thisbuild, vcs, build_dir, output_dir, srclib_dir, extlib_d
|
||||||
commands += ['assemble' + flavours_cmd + 'Release']
|
commands += ['assemble' + flavours_cmd + 'Release']
|
||||||
|
|
||||||
# Avoid having to use lintOptions.abortOnError false
|
# Avoid having to use lintOptions.abortOnError false
|
||||||
# TODO: Do flavours or project names change this task name?
|
if thisbuild['gradlepluginver'] >= LooseVersion('0.8'):
|
||||||
if LooseVersion('0.8') <= thisbuild['gradlepluginver'] < LooseVersion('0.12'):
|
|
||||||
commands += ['-x', 'lintVital' + flavours_cmd + 'Release']
|
commands += ['-x', 'lintVital' + flavours_cmd + 'Release']
|
||||||
|
|
||||||
p = FDroidPopen(commands, cwd=root_dir)
|
p = FDroidPopen(commands, cwd=root_dir)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue