mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-11-07 07:50:28 +03:00
Fix gradle builds without flavours
This commit is contained in:
parent
ce61186cd2
commit
9c4a529f5b
1 changed files with 2 additions and 0 deletions
|
|
@ -681,6 +681,8 @@ def build_local(app, thisbuild, vcs, build_dir, output_dir, srclib_dir, extlib_d
|
||||||
elif thisbuild['type'] == 'gradle':
|
elif thisbuild['type'] == 'gradle':
|
||||||
logging.info("Building Gradle project...")
|
logging.info("Building Gradle project...")
|
||||||
flavours = thisbuild['gradle']
|
flavours = thisbuild['gradle']
|
||||||
|
if flavours == ['yes']:
|
||||||
|
flavours = []
|
||||||
|
|
||||||
commands = [config['gradle']]
|
commands = [config['gradle']]
|
||||||
if thisbuild['preassemble']:
|
if thisbuild['preassemble']:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue