mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-09-13 14:32:28 +03:00
Remove @dir support from gradle
This commit is contained in:
parent
7be0634a52
commit
76ac2f591c
3 changed files with 8 additions and 30 deletions
|
@ -989,19 +989,16 @@ actually not required or used, remove the directory instead (using
|
|||
isn't used nor built will result in an error saying that native
|
||||
libraries were expected in the resulting package.
|
||||
|
||||
@item gradle=<flavour>[@@<dir>]
|
||||
@item gradle=<flavour>
|
||||
Build with gradle instead of ant, specifying what flavour to assemble.
|
||||
If <flavour> is 'yes', 'main' or empty, no flavour will be used. Note
|
||||
If <flavour> is 'yes' or 'main', 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 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.
|
||||
Build with maven instead of ant. An extra @@<dir> tells f-droid to run maven
|
||||
inside that relative subdirectory. Sometimes it is needed to use @@.. so that
|
||||
builds happen correctly.
|
||||
|
||||
@item preassemble=<task1> <task2>
|
||||
Space-separated list of gradle tasks to be run before the assemble task
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue