api / org.gradle.api.artifacts / ExcludeRuleContainer / add

add

abstract fun add(args: MutableMap<String, String>): Unit

Adds an exclude rule to this container. The ExcludeRule object gets created internally based on the map values passed to this method. The possible keys for the map are:

Parameters

args - A map describing the exclude pattern.