1
0
mirror of https://gitlab.com/fdroid/fdroidserver.git synced 2024-10-03 17:50:11 +02:00

docs: maven now also supports @dir like gradle

This commit is contained in:
Daniel Martí 2013-10-23 19:59:28 +02:00
parent 83183a31ac
commit c64bf8e479

View File

@ -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.