exclude Version By Regex
abstract fun excludeVersionByRegex(groupRegex: String, moduleNameRegex: String, versionRegex: String)(source)
Declares that a specific module version shouldn't be searched for in this repository, using regular expressions.
The version notation for a regex will be matched against a single version and does not support range notations.
Parameters
group Regex
the group name
module Name Regex
the module name
version Regex
the module version