From c64bf8e479b8ed00d4228ff3d6e463272c2bdc8d Mon Sep 17 00:00:00 2001 From: =?utf8?q?Daniel=20Mart=C3=AD?= Date: Wed, 23 Oct 2013 19:59:28 +0200 Subject: [PATCH] docs: maven now also supports @dir like gradle --- docs/fdroid.texi | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/docs/fdroid.texi b/docs/fdroid.texi index 202728d2..b96c8fdd 100644 --- a/docs/fdroid.texi +++ b/docs/fdroid.texi @@ -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=[@@] Build with gradle instead of ant, specifying what flavour to assemble. If is 'yes', 'main' or empty, no flavour will be used. Note @@ -955,6 +952,10 @@ If @@ is attached to , 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=@..'. +@item maven=yes[@@] +Build with maven instead of ant. Like gradle, an extra @@ tells f-droid +to run maven inside that relative subdirectory. + @item preassemble= Space-separated list of gradle tasks to be run before the assemble task in a gradle project build. -- 2.30.2