Details
-
Type:
Improvement
-
Status:
Resolved
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 1.0-milestone-1
Description
I believe it would be nice to be able to specify task group in creation options map, much like the name, description, type, dependencies etc. Like this:
project.task(name: "name", description: "description", group: "group", type: Type)
It is a small change which I was able to do myself, it's in my GitHub fork of Gradle: https://github.com/Ladicek/gradle/tree/task-group-in-creation-options-map. Test included. I will issue a pull request right after I create this JIRA issue.
This has been applied. Thank you for the patch.