api / org.gradle.api.publish.ivy / IvyPublication / setArtifacts

setArtifacts

abstract fun setArtifacts(sources: MutableIterable<*>): Unit

Sets the artifacts for this publication. Each supplied value is interpreted as per #artifact(Object).

Parameters

sources - The set of artifacts for this publication.