[GRADLE-8] The dependsOn paths shall be resolved at execution time not configuration time Created: 14/Feb/08 Updated: 04/Jan/13 Resolved: 18/Feb/08 |
|
Status: | Resolved |
Project: | Gradle |
Affects Version/s: | 0.1 |
Fix Version/s: | 0.1 |
Type: | Improvement | ||
Reporter: | Hans Dockter | Assignee: | Hans Dockter |
Resolution: | Fixed | Votes: | 0 |
Description |
When doing a task.dependsOn('somepath') are immediately turned into an absolute path. This is nit a good pattern in general and it makes testing more difficult. It should be turned into an absolute path at execution time, |