API Documentation: | Upload |
---|
Note: This class is deprecated and will be removed in the next major version of Gradle.
Uploads the artifacts of a Configuration
to a set of repositories.
Property | Description |
artifacts | The artifacts which will be uploaded. |
configuration | The configuration to upload. |
repositories | The repositories to upload to. |
uploadDescriptor | Specifies whether the dependency descriptor should be uploaded. |
Method | Description |
repositories(configureAction) | Configures the set of repositories to upload to. |
Block | Description |
repositories | Configures the set of repositories to upload to. |
FileCollection
artifacts
(read-only)
The artifacts which will be uploaded.
Configuration
configuration
The configuration to upload.
RepositoryHandler
repositories
(read-only)
The repositories to upload to.
RepositoryHandler
repositories
(Action
<? super RepositoryHandler
>
configureAction)
Action
<? super RepositoryHandler
>Configures the set of repositories to upload to.
Configures the set of repositories to upload to.
- Delegates to:
RepositoryHandler
fromrepositories