gradle: add tasks examples (#5889)
This commit is contained in:
@@ -22,3 +22,11 @@
|
||||
- Compile and Release package:
|
||||
|
||||
`gradle assembleRelease`
|
||||
|
||||
- List the main tasks:
|
||||
|
||||
`gradle tasks`
|
||||
|
||||
- List all the tasks:
|
||||
|
||||
`gradle tasks --all`
|
||||
|
Reference in New Issue
Block a user