[GRADLE-295] The task graph should be reused when a primary task is dag neutral Created: 02/Nov/08 Updated: 04/Jan/13 Resolved: 06/Nov/08 |
|
Status: | Resolved |
Project: | Gradle |
Affects Version/s: | None |
Fix Version/s: | 0.5 |
Type: | Bug | ||
Reporter: | Adam Murdoch | Assignee: | Adam Murdoch |
Resolution: | Fixed | Votes: | 0 |
Description |
When running 'gradle taskA taskB', if taskA and its dependencies are dag neutral, then we reuse the project heirarchy for the execution of taskB. We should also reuse the task graph. |