api / org.gradle.api.artifacts.repositories / FlatDirectoryArtifactRepository / setDirs

setDirs

abstract fun setDirs(dirs: MutableSet<File>): Unit

Sets the directories where this repository will look for artifacts.

Parameters

dirs - the directories.

Since
4.0

abstract fun setDirs(dirs: MutableIterable<*>): Unit

Sets the directories where this repository will look for artifacts.

The provided values are evaluated as per org.gradle.api.Project#files(Object...).

Parameters

dirs - the directories.