mirror of
https://gitlab.com/fdroid/fdroidserver.git
synced 2024-11-20 13:50:12 +01:00
lint: gradle does have target= support
This commit is contained in:
parent
a2edc9da43
commit
5117562df4
@ -307,8 +307,6 @@ 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.build_method() == 'gradle':
|
||||
yield "target= has no gradle support"
|
||||
|
||||
|
||||
def main():
|
||||
|
Loading…
Reference in New Issue
Block a user