| [GRADLE-417] Create a task hasDependee function, that enables to define task dependencies the other way round. Created: 04/Mar/09 Updated: 01/May/13 Resolved: 01/May/13 | |
| Status: | Resolved | 
| Project: | Gradle | 
| Affects Version/s: | None | 
| Fix Version/s: | None | 
| Type: | Improvement | ||
| Reporter: | Hans Dockter | Assignee: | Unassigned | 
| Resolution: | Won't Fix | Votes: | 0 | 
| Comments | 
| Comment by Adam Murdoch [ 01/May/13 ] | 
| Marking this as won't fix, as adding this method would require us to create and configure every task in order to determine the dependencies of a given task. We want to avoid as much work as possible during configuration. |