[GRADLE-1060] Reconsider taskGroup naming Created: 28/Jul/10 Updated: 04/Jan/13 Resolved: 24/Nov/10 |
|
Status: | Resolved |
Project: | Gradle |
Affects Version/s: | 0.9 |
Fix Version/s: | 0.9-rc-1 |
Type: | Improvement | ||
Reporter: | Chris Beams | Assignee: | Adam Murdoch |
Resolution: | Fixed | Votes: | 0 |
Description |
The new taskGroup feature works nicely, but its naming may need reconsideration: task myTask { description = "Does something interesting." taskGroup = "Interesting" } There is an asymmetry here. It should ideally be either taskDescription and taskGroup or description and group. group is a bit unfortunate as it's meaning may be confused with the project's group property. |
Comments |
Comment by Adam Murdoch [ 28/Jul/10 ] |
Renamed taskGroup to group. |