Show Task in Gradle from command line in the Android Project
Gradle from the Command Line
Run gradle build tasks from the command line if you prefer. To start, you should navigate to the root of your project folder. From there you can run:
./gradlew tasks
This will give you a full list of runnable tasks. You may need to run chmod +x on gradlew before you can run it.