API Documentation: | MavenArtifact |
---|
Note: This class is incubating and may change in a future version of Gradle.
An artifact published as part of a MavenPublication
.
Property | Description |
classifier | Incubating The classifier used to publish the artifact file.
A |
extension | Incubating The extension used to publish the artifact file, never |
file | Incubating The actual file contents to publish. |
Method | Description |
builtBy(tasks) | Incubating Registers some tasks which build this artifact. |
String
classifier
Note: This property is incubating and may change in a future version of Gradle.
The classifier used to publish the artifact file.
A null
value (the default) indicates that this artifact will be published without a classifier.
String
extension
Note: This property is incubating and may change in a future version of Gradle.
The extension used to publish the artifact file, never null
.
For an artifact without an extension, this value will be an empty String.
File
file
(read-only)
Note: This property is incubating and may change in a future version of Gradle.
The actual file contents to publish.
void
builtBy
(Object
...
tasks)
Object
...Note: This method is incubating and may change in a future version of Gradle.
Registers some tasks which build this artifact.