[GRADLE-370] Allow convention mapping to be applied to any property of any domain object Created: 26/Jan/09 Updated: 04/Jan/13 Resolved: 26/Sep/09 |
|
Status: | Resolved |
Project: | Gradle |
Affects Version/s: | None |
Fix Version/s: | 0.8 |
Type: | Improvement | ||
Reporter: | Adam Murdoch | Assignee: | Adam Murdoch |
Resolution: | Fixed | Votes: | 0 |
Description |
Currently, for a task property to be the target of a convention mapping the task must extend ConventionTask, and the property getter must do some special stuff in order for the mapping to work. It would be much better if tasks were POJOs WRT their properties, and convention mappings were applied as a decoration by Gradle. |