depends property

List<TaskInvocation> depends
final

The list of task invocation dependencies; task invocations that must run before this task is invoked.

Implementation

final List<TaskInvocation> depends;