setDirs

abstract fun setDirs(dirs: Set<File>)

Sets the directories where this repository will look for artifacts.

Parameters

dirs

the directories.


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

Sets the directories where this repository will look for artifacts.

The provided values are evaluated as per files.

Parameters

dirs

the directories.