MavenArtifact

An artifact published as part of a MavenPublication.

Functions

Link copied to clipboard
abstract fun builtBy(tasks: Array<Any>)
Link copied to clipboard
Link copied to clipboard
@Nullable
abstract fun getClassifier(): String
The classifier used to publish the artifact file.
Link copied to clipboard
abstract fun getExtension(): String
The extension used to publish the artifact file, never null.
Link copied to clipboard
abstract fun getFile(): File
Link copied to clipboard
abstract fun setClassifier(@Nullable classifier: String)
Sets the classifier used to publish the artifact file.
Link copied to clipboard
abstract fun setExtension(extension: String)
Sets the extension used to publish the artifact file.