api / org.gradle.api.artifacts.maven / Conf2ScopeMappingContainer / getMappings

getMappings

abstract fun getMappings(): MutableMap<Configuration, Conf2ScopeMapping>

Returns a map with all the configuration to scope mappings. If no such mapping has been defined, an empty map is returned.

See Also
#addMapping(int, Configuration, String)