Artifact Handler Scope
Receiver for artifacts block providing convenient utilities for configuring artifacts.
See also
Artifact Handler
Properties
Functions
Link copied to clipboard
open fun add(configurationName: String, artifactNotation: Any): org/gradle/api/artifacts/PublishArtifact
Link copied to clipboard
Configures the artifacts.
operator fun ERROR CLASS: Symbol not found for Configuration.invoke(artifactNotation: Any): ERROR CLASS: Symbol not found for PublishArtifact
operator fun String.invoke(artifactNotation: Any): ERROR CLASS: Symbol not found for PublishArtifact
operator fun ERROR CLASS: Symbol not found for Configuration.invoke(artifactNotation: Any, configureAction: ERROR CLASS: Symbol not found for ConfigurablePublishArtifact.() -> Unit): ERROR CLASS: Symbol not found for PublishArtifact
operator fun String.invoke(artifactNotation: Any, configureAction: ERROR CLASS: Symbol not found for ConfigurablePublishArtifact.() -> Unit): ERROR CLASS: Symbol not found for PublishArtifact
Adds an artifact to the given configuration.