1
0
Fork 0
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:
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

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`