mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-11-05 23:10:29 +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
|
|
@ -305,7 +305,7 @@ def check_builds(app):
|
|||
ref = srclib.split('@')[1].split('/')[0]
|
||||
if ref.startswith(s):
|
||||
yield "Branch '%s' used as commit in srclib '%s'" % (s, srclib)
|
||||
if build.target and build.method() == 'gradle':
|
||||
if build.target and build.build_method() == 'gradle':
|
||||
yield "target= has no gradle support"
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue