gradle: add tasks examples (#5889)

fix-hunspell-typos-042721
Nicolas Kosinski 2021-05-06 17:23:16 +02:00 committed by GitHub
parent e30eecd7a0
commit c9ca880ee9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 8 additions and 0 deletions

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`