common-plugin / com.cognifide.gradle.common.tasks / TaskFacade / pathed

pathed

fun <reified T : Task> pathed(path: String): TaskProvider<T>
fun pathed(paths: Collection<Any>): List<TaskProvider<out Task>>