setDirs

abstract fun setDirs(dirs: Set<File>)(source)

Sets the directories where this repository will look for artifacts.

Since

4.0

Parameters

dirs

the directories.


abstract fun setDirs(dirs: Iterable<out Any>)(source)

Sets the directories where this repository will look for artifacts.

The provided values are evaluated as per files.

Parameters

dirs

the directories.