mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-09-15 23:42:37 +03:00
output= is now a glob path and can do gradle
This commit is contained in:
parent
da0a787879
commit
9800ed1a1a
5 changed files with 44 additions and 24 deletions
|
@ -1372,7 +1372,7 @@ def prepare_source(vcs, app, build, build_dir, srclib_dir, extlib_dir, onserver=
|
|||
f.write(props)
|
||||
|
||||
flavours = []
|
||||
if build.method() == 'gradle':
|
||||
if build.build_method() == 'gradle':
|
||||
flavours = build.gradle
|
||||
|
||||
if build.target:
|
||||
|
@ -1461,7 +1461,7 @@ def prepare_source(vcs, app, build, build_dir, srclib_dir, extlib_dir, onserver=
|
|||
(app.id, build.version), p.output)
|
||||
|
||||
# Generate (or update) the ant build file, build.xml...
|
||||
if build.method() == 'ant' and build.update != ['no']:
|
||||
if build.build_method() == 'ant' and build.update != ['no']:
|
||||
parms = ['android', 'update', 'lib-project']
|
||||
lparms = ['android', 'update', 'project']
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue