Uploads the artifacts of a Configuration to a set of repositories.
Type | Name and description |
---|---|
FileCollection |
getArtifacts() Returns the artifacts which will be uploaded. |
Configuration |
getConfiguration() Returns the configuration to upload. |
File |
getDescriptorDestination() Returns the path to generate the dependency descriptor to. |
protected ArtifactPublicationServices |
getPublicationServices() |
RepositoryHandler |
getRepositories() Returns the repositories to upload to. |
boolean |
isUploadDescriptor() Specifies whether the dependency descriptor should be uploaded. |
RepositoryHandler |
repositories(Closure configureClosure) Configures the set of repositories to upload to. |
void |
setConfiguration(Configuration configuration) |
void |
setDescriptorDestination(File descriptorDestination) |
void |
setUploadDescriptor(boolean uploadDescriptor) |
protected void |
upload() |
Returns the artifacts which will be uploaded.
Returns the configuration to upload.
Returns the path to generate the dependency descriptor to.
Returns the repositories to upload to.
Specifies whether the dependency descriptor should be uploaded.
Configures the set of repositories to upload to.