mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-09-13 14:32:28 +03:00
Add subdir support to gradle
This commit is contained in:
parent
377c9a9700
commit
09b76a0bf4
2 changed files with 21 additions and 7 deletions
|
@ -923,11 +923,14 @@ example).
|
|||
@item maven=yes
|
||||
Build with maven instead of ant
|
||||
|
||||
@item gradle=<flavour>
|
||||
@item gradle=<flavour>[@<dir>]
|
||||
Build with gradle instead of ant, specifying what flavour to assemble.
|
||||
If <flavour> is 'yes', 'main' or empty, no flavour will be used. Note
|
||||
that this will not work on projects with flavours, since it will build
|
||||
all flavours and there will be no 'main' build.
|
||||
If @<dir> is attached to <flavour>, then the gradle tasks will be run in that
|
||||
directory. This might be necessary if gradle needs to be run in the parent
|
||||
directory, in which case one would use 'gradle=<flavour>@..'.
|
||||
|
||||
@item preassemble=<task1> <task2>
|
||||
Space-separated list of gradle tasks to be run before the assemble task
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue