api / org.gradle.api.file / ConfigurableFileCollection / builtBy

builtBy

abstract fun builtBy(vararg tasks: Any): ConfigurableFileCollection

Registers some 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