api / org.gradle.api / Task / getDependsOn

getDependsOn

@Internal abstract fun getDependsOn(): MutableSet<Any>

Returns the dependencies of this task.

Return
The dependencies of this task. Returns an empty set if this task has no dependencies.