mirror of
https://gitlab.com/fdroid/fdroidserver.git
synced 2024-11-04 14:30:11 +01:00
Also run main gradle clean task in case it's got dependencies
This commit is contained in:
parent
b416795166
commit
4888339a9d
@ -521,6 +521,8 @@ def build_local(app, thisbuild, vcs, build_dir, output_dir, srclib_dir, extlib_d
|
||||
parts[-1] = 'clean' + capitalize_intact(parts[-1])
|
||||
cmd += [':'.join(parts)]
|
||||
|
||||
cmd += ['clean']
|
||||
|
||||
p = FDroidPopen(cmd, cwd=root_dir)
|
||||
|
||||
elif thisbuild['type'] == 'kivy':
|
||||
|
Loading…
Reference in New Issue
Block a user