diff --git a/pages/common/gradle.md b/pages/common/gradle.md index c598ef3a8..0e841dec3 100644 --- a/pages/common/gradle.md +++ b/pages/common/gradle.md @@ -22,3 +22,11 @@ - Compile and Release package: `gradle assembleRelease` + +- List the main tasks: + +`gradle tasks` + +- List all the tasks: + +`gradle tasks --all`