mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-09-13 14:32:28 +03:00
docs: maven now also supports @dir like gradle
This commit is contained in:
parent
83183a31ac
commit
c64bf8e479
1 changed files with 4 additions and 3 deletions
|
@ -943,9 +943,6 @@ If the native code is being built by other means, you can specify
|
|||
not required, remove the directory instead (using @code{prebuild} for
|
||||
example).
|
||||
|
||||
@item maven=yes
|
||||
Build with maven instead of ant
|
||||
|
||||
@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
|
||||
|
@ -955,6 +952,10 @@ 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 maven=yes[@@<dir>]
|
||||
Build with maven instead of ant. Like gradle, an extra @@<dir> tells f-droid
|
||||
to run maven inside that relative subdirectory.
|
||||
|
||||
@item preassemble=<task1> <task2>
|
||||
Space-separated list of gradle tasks to be run before the assemble task
|
||||
in a gradle project build.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue