With the command gradle tasks
one can get a report of all available tasks. Is there any way to add a parameter to this command and filter tasks by their task group.
I would like to issue a command like gradle tasks group:Demo
to filter all tasks and retrieve a list of only those tasks that belong to the task group called Demo
.