[GRADLE-1401] Allow specifying task group like project.task(name: "name", group: "group") Created: 26/Feb/11 Updated: 04/Jan/13 Resolved: 26/Feb/11 |
|
Status: | Resolved |
Project: | Gradle |
Affects Version/s: | None |
Fix Version/s: | 1.0-milestone-1 |
Type: | Improvement | ||
Reporter: | Ladislav Thon | Assignee: | Unassigned |
Resolution: | Fixed | Votes: | 0 |
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. |
Comments |
Comment by Adam Murdoch [ 26/Feb/11 ] |
This has been applied. Thank you for the patch. |