dependsOn method

List<Task> dependsOn()

List of tasks that should be run before executing this task.

Implementation

List<Task> dependsOn() => [];