mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-11-05 23:10:29 +03:00
import: ensure gradle: yes is added for detected Gradle builds
This commit is contained in:
parent
a1e17d2b2c
commit
1bb9cf43e1
1 changed files with 2 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue