mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-11-06 07:20:29 +03:00
Avoiding lintVital is no longer necessary in 0.11
This commit is contained in:
parent
fcface673e
commit
596b3b44c5
1 changed files with 1 additions and 1 deletions
|
|
@ -708,7 +708,7 @@ def build_local(app, thisbuild, vcs, build_dir, output_dir, srclib_dir, extlib_d
|
|||
|
||||
# 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.11'):
|
||||
commands += ['-x', 'lintVital' + flavours_cmd + 'Release']
|
||||
|
||||
p = FDroidPopen(commands, cwd=gradle_dir)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue