gradle: add tasks examples (#5889)

This commit is contained in:
Nicolas Kosinski
2021-05-06 17:23:16 +02:00
committed by GitHub
parent e30eecd7a0
commit c9ca880ee9

View File

@@ -22,3 +22,11 @@
- Compile and Release package:
`gradle assembleRelease`
- List the main tasks:
`gradle tasks`
- List all the tasks:
`gradle tasks --all`