Quantcast
Channel: Gradle Forums - Latest posts
Viewing all articles
Browse latest Browse all 19888

Gradlew tasks not showing all tasks

$
0
0

gradlew tasks --all gives the same results. I do not understand why the same codebase would yield different tasks between my local machine and the Ubuntu instance.

For example for the group “Android tasks”, my local machine shows:-
androidDependencies - Displays the Android dependencies of the project.
signingReport - Displays the signing info for the base and test modules
sourceSets - Prints out all the source sets defined in this project.

while for the same group, the ubunut instance shows : -
sourceSets - Prints out all the source sets defined in this project.`


Viewing all articles
Browse latest Browse all 19888

Trending Articles