mirror of
https://gitlab.com/fdroid/fdroidserver.git
synced 2024-11-14 02:50:12 +01:00
import: ensure gradle: yes is added for detected Gradle builds
This commit is contained in:
parent
a1e17d2b2c
commit
1bb9cf43e1
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user