Provide group & description for supplied tasks
sdavids opened this issue · 3 comments
sdavids commented
$ gradle tasks
...
:tasks
------------------------------------------------------------
All tasks runnable from root project
------------------------------------------------------------
...
Other tasks
-----------
versionDisplay
versionFile
dcoraboeuf commented
Available in release 2.2.0. Gone to publication but it can take some time before it is available in the Gradle plugin mirrors.
sdavids commented
group should not have "tasks" in it:
Versioning tasks tasks
----------------------
versionDisplay - Writes version information on the standard output.
versionFile - Writes version information into a file.
Also:
Writes version information to the standard output.
dcoraboeuf commented
Oops. I was too fast. Fixed in 2.2.1.
Thanks.