From: Daniel Martí Date: Thu, 22 Aug 2013 16:32:48 +0000 (+0200) Subject: Add missing gradle doc entries X-Git-Tag: 0.1~432 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=622b2dd739bccc9d767b669629054e75481a459c;p=fdroidserver.git Add missing gradle doc entries --- diff --git a/docs/fdroid.texi b/docs/fdroid.texi index 9cdced29..86e1324d 100644 --- a/docs/fdroid.texi +++ b/docs/fdroid.texi @@ -923,11 +923,21 @@ 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 +that this will not work on projects with flavours, since it will build +all flavours and there will be no 'main' build. + +@item preassemble= +Space-separated list of gradle tasks to be run before the assemble task +in a gradle project build. + @item bindir= Normally the build output (apk) is expected to be in the bin subdirectory below the ant build files. If the project is configured to put it elsewhere, that can be specified here, relative to the base -of the checked out repo. +of the checked out repo. Not yet implemented for gradle. @item antcommand=xxx Specify an alternate ant command (target) instead of the default