nemerosa/versioning

Provide group & description for supplied tasks

sdavids opened this issue · 3 comments

$ gradle tasks

...

:tasks

------------------------------------------------------------
All tasks runnable from root project
------------------------------------------------------------

...

Other tasks
-----------
versionDisplay
versionFile

Available in release 2.2.0. Gone to publication but it can take some time before it is available in the Gradle plugin mirrors.

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.

Oops. I was too fast. Fixed in 2.2.1.
Thanks.