Created
April 16, 2020 12:09
-
-
Save ygumattos/2181f20ecec22edbb519af83aa3eb276 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Android tasks | |
------------- | |
sourceSets - Prints out all the source sets defined in this project. | |
Build tasks | |
----------- | |
assemble - Assembles all variants of all applications and secondary packages. | |
assembleAndroidTest - Assembles all the Test applications. | |
build - Assembles and tests this project. | |
buildDependents - Assembles and tests this project and all projects that depend on it. | |
buildNeeded - Assembles and tests this project and all projects it depends on. | |
clean - Deletes the build directory. | |
cleanBuildCache - Deletes the build cache directory. | |
Build Setup tasks | |
----------------- | |
init - Initializes a new Gradle build. | |
wrapper - Generates Gradle wrapper files. | |
Help tasks | |
---------- | |
buildEnvironment - Displays all buildscript dependencies declared in root project 'mobile'. | |
components - Displays the components produced by root project 'mobile'. [incubating] | |
dependencies - Displays all dependencies declared in root project 'mobile'. | |
dependencyInsight - Displays the insight into a specific dependency in root project 'mobile'. | |
dependentComponents - Displays the dependent components of components in root project 'mobile'. [incubating] | |
help - Displays a help message. | |
model - Displays the configuration model of root project 'mobile'. [incubating] | |
outgoingVariants - Displays the outgoing variants of root project 'mobile'. | |
projects - Displays the sub-projects of root project 'mobile'. | |
properties - Displays the properties of root project 'mobile'. | |
tasks - Displays the tasks runnable from root project 'mobile' (some of the displayed tasks may belong to subprojects). | |
Install tasks | |
------------- | |
uninstallAll - Uninstall all applications. | |
Verification tasks | |
------------------ | |
check - Runs all checks. | |
connectedCheck - Runs all device checks on currently connected devices. | |
deviceCheck - Runs all device checks using Device Providers and Test Servers. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment