api / org.gradle.api / Task / setDependsOn

setDependsOn

abstract fun setDependsOn(dependsOnTasks: MutableIterable<*>): Unit

Sets the dependencies of this task. See here for a description of the types of objects which can be used as task dependencies.

Parameters

dependsOnTasks - The set of task paths.