1
0
mirror of https://gitlab.com/fdroid/fdroidserver.git synced 2024-08-15 10:50:09 +02:00

import: ensure gradle: yes is added for detected Gradle builds

This commit is contained in:
Hans-Christoph Steiner 2020-03-03 21:32:04 +01:00
parent a1e17d2b2c
commit 1bb9cf43e1
No known key found for this signature in database
GPG Key ID: 3E177817BA1B9BFA

View File

@ -143,8 +143,10 @@ def main():
build.versionCode = versionCode or '0' # TODO heinous but this is still a str
if options.subdir:
build.subdir = options.subdir
build.gradle = ['yes']
elif subdir:
build.subdir = subdir
build.gradle = ['yes']
if options.license:
app.License = options.license