artifact

abstract fun artifact(notation: Any)(source)

Adds an outgoing artifact to this configuration. This artifact is included in all variants.

See org.gradle.api.artifacts.dsl.ArtifactHandler for details of the supported notations.


abstract fun artifact(notation: Any, configureAction: Action<in ConfigurablePublishArtifact>)(source)

Adds an outgoing artifact to this configuration, configuring it using the given action. This artifact is included in all variants.

See org.gradle.api.artifacts.dsl.ArtifactHandler for details of the supported notations.