api / org.gradle.api.publish.ivy / IvyArtifact / setConf

setConf

abstract fun setConf(conf: String): Unit

Sets a comma separated list of public configurations in which this artifact is published. The '*' wildcard can be used to designate that the artifact is published in all public configurations.

Parameters

conf - The value of 'conf' for this artifact.