akhikhl / multiproject-git-gradle

Gradle script for multi-project git-based setup, configuration and build
30 stars 12 forks source link

Gradle Tasks do not have description. #10

Closed kavink closed 10 years ago

kavink commented 10 years ago

It will be good if gradle tasks showed tasks with description, Also would be beneficial if all tasks created by multiproject-git-gradle are grouped together based on functionality,

like : Release Tasks , Clone and Setup Tasks etc.

Running gradle tasks displays the following information now:

Other tasks
-----------
buildApps
buildExamples
clean
gitBranchList
gitCommit
gitPush
gitStatus
release
uploadArchives
akhikhl commented 10 years ago

All tasks are now supplied with group and description.

kavink commented 10 years ago

:+1: