mirror of
https://github.com/f-droid/fdroidserver.git
synced 2026-05-14 10:54:29 -04:00
Avoid lint on all new plugin versions, remove TODO
This commit is contained in:
@@ -695,8 +695,7 @@ 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?
|
||||
if LooseVersion('0.8') <= thisbuild['gradlepluginver'] < LooseVersion('0.12'):
|
||||
if thisbuild['gradlepluginver'] >= LooseVersion('0.8'):
|
||||
commands += ['-x', 'lintVital' + flavours_cmd + 'Release']
|
||||
|
||||
p = FDroidPopen(commands, cwd=root_dir)
|
||||
|
||||
Reference in New Issue
Block a user