mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-11-04 22:40:29 +03:00
Make gradle and antcommands (previously antcommand) proper lists
This commit is contained in:
parent
ce25054648
commit
a195556378
5 changed files with 29 additions and 29 deletions
|
|
@ -1006,8 +1006,8 @@ builds happen correctly.
|
|||
Space-separated list of Gradle tasks to be run before the assemble task
|
||||
in a Gradle project build.
|
||||
|
||||
@item antcommand=xxx
|
||||
Specify an alternate Ant command (target) instead of the default
|
||||
@item antcommands=<target1>[,<target2>,...]
|
||||
Specify an alternate set of Ant commands (target) instead of the default
|
||||
'release'. It can't be given any flags, such as the path to a build.xml.
|
||||
|
||||
@item output=path/to/output.apk
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue