[GRADLE-2842] gradle.taskGraph.allTasks includes tasks that are not actually scheduled to be executed Created: 18/Jul/13 Updated: 19/Jul/13 Resolved: 18/Jul/13 |
|
Status: | Resolved |
Project: | Gradle |
Affects Version/s: | 1.7-rc-1 |
Fix Version/s: | 1.7-rc-2 |
Type: | Bug | ||
Reporter: | Adam Murdoch | Assignee: | Unassigned |
Resolution: | Fixed | Votes: | 0 |
Description |
Given: task a task b b.mustRunAfter(a) Then when gradle b is executed, gradle.taskGraph.allTasks contains a and b. Task a is not actually executed. |