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

setSkipUnmappedConfs

abstract fun setSkipUnmappedConfs(skipDependenciesWithUnmappedConfiguration: Boolean): Unit

Sets, whether unmapped configuration should be skipped or not. If this is set to false, dependencies belonging to unmapped configurations will be added to the Maven POM with no scope specified. This means they belong to the Maven default scope, which is 'compile'.