Interface PublicationArtifact
- All Superinterfaces:
Buildable
- All Known Subinterfaces:
IvyArtifact, MavenArtifact
An artifact published as part of a
Publication.- Since:
- 4.8
-
Method Summary
Methods inherited from interface Buildable
getBuildDependencies
-
Method Details
-
getFile
File getFile()The actual file contents to publish. -
builtBy
Registers some tasks which build this artifact.- Parameters:
tasks- The tasks. These are evaluated as perTask.dependsOn(Object...).
-