api / org.gradle.api.file / ConfigurableFileCollection / setBuiltBy

setBuiltBy

abstract fun setBuiltBy(tasks: MutableIterable<*>): ConfigurableFileCollection

Sets the tasks which build the files of this collection.

Parameters

tasks - The tasks. These are evaluated as per org.gradle.api.Task#dependsOn(Object...).

Return
this