api / org.gradle.api / Task / getMustRunAfter

getMustRunAfter

@Incubating @Internal abstract fun getMustRunAfter(): TaskDependency

Returns tasks that this task must run after.

Return
The tasks that this task must run after. Returns an empty set if this task has no tasks it must run after.