BuildableIvyArtifact, MavenArtifactpublic interface PublicationArtifact extends Buildable
Publication.| Modifier and Type | Method | Description | 
|---|---|---|
| void | builtBy(Object... tasks) | Registers some tasks which build this artifact. | 
| File | getFile() | The actual file contents to publish. | 
getBuildDependenciesFile getFile()
void builtBy(Object... tasks)
tasks - The tasks. These are evaluated as per Task.dependsOn(Object...).