excludeVersion

abstract fun excludeVersion(group: String, moduleName: String, version: String)(source)

Declares that a specific module version shouldn't be searched for in this repository.

The version notation for a regex will be matched against a single version and does not support range notations.

Parameters

group

the group name

moduleName

the module name

version

the module version