Package org.gradle.api.publish
Interface PublicationArtifact
- All Superinterfaces:
- Buildable
- All Known Subinterfaces:
- IvyArtifact,- MavenArtifact
An artifact published as part of a 
Publication.- Since:
- 4.8
- 
Method SummaryMethods inherited from interface org.gradle.api.BuildablegetBuildDependencies
- 
Method Details- 
getFileFile getFile()The actual file contents to publish.
- 
builtByRegisters some tasks which build this artifact.- Parameters:
- tasks- The tasks. These are evaluated as per- Task.dependsOn(Object...).
 
 
-