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

Fix some docs compilation issues

This commit is contained in:
Ciaran Gultnieks 2013-10-01 10:21:26 +01:00
parent e9aff5f31d
commit 057c1f06e4

View File

@ -472,6 +472,7 @@ The following sections describe the fields recognised within the file.
* Disabled::
* Requires Root::
* Update Check Mode::
* Update Check Data::
* Auto Update Mode::
* Current Version::
* Current Version Code::
@ -925,12 +926,12 @@ example).
@item maven=yes
Build with maven instead of ant
@item gradle=<flavour>[@<dir>]
@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
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>@..'.