api / org.gradle.api.file / ConfigurableFileCollection / setFrom

setFrom

abstract fun setFrom(paths: MutableIterable<*>): Unit
abstract fun setFrom(vararg paths: Any): Unit

Sets the source paths for this collection. The given paths are evaluated as per org.gradle.api.Project#files(Object...).

Parameters

paths - The paths.