Buildable
IvyArtifact
, MavenArtifact
public 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.
|
getBuildDependencies
File getFile()
void builtBy(Object... tasks)
tasks
- The tasks. These are evaluated as per Task.dependsOn(Object...)
.