mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-06-05 13:05:59 +02:00
gradle: add tasks examples (#5889)
This commit is contained in:
parent
e30eecd7a0
commit
c9ca880ee9
1 changed files with 8 additions and 0 deletions
|
@ -22,3 +22,11 @@
|
|||
- Compile and Release package:
|
||||
|
||||
`gradle assembleRelease`
|
||||
|
||||
- List the main tasks:
|
||||
|
||||
`gradle tasks`
|
||||
|
||||
- List all the tasks:
|
||||
|
||||
`gradle tasks --all`
|
||||
|
|
Loading…
Add table
Reference in a new issue