[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.


Generated at Wed Jun 30 12:32:59 CDT 2021 using Jira 8.4.2#804003-sha1:d21414fc212e3af190e92c2d2ac41299b89402cf.