1
0
mirror of https://gitlab.com/fdroid/fdroidserver.git synced 2024-09-11 15:13:27 +02:00

Also run main gradle clean task in case it's got dependencies

This commit is contained in:
Daniel Martí 2015-04-10 00:14:52 +02:00
parent b416795166
commit 4888339a9d

View File

@ -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':