dependencies property

List<TaskWithDeps> dependencies
final

Dependencies of this task, already sorted in the order the tasks would execute.

Implementation

final List<TaskWithDeps> dependencies;