-
Notifications
You must be signed in to change notification settings - Fork 7
indra publishing bintray
zml edited this page Apr 28, 2021
·
2 revisions
All information below is for historical reference only
This plugin applies the standard publishing plugin, as well as the bintray plugin.
This plugin configures the bintray plugin to publish a package with the same name as the project, using the extension's scm
property for the VCS url, issues
property for the issue tracker URL, and license
property for the license field on the repository.
Other version information is gathered from the currently checked out git tag.
These values are exposed as gradle properties -- usually specified in your system ~/.gradle/gradle.properties
:
Property | Description |
---|---|
bintrayUser |
The bintray user account to publish with. |
bintrayKey |
An API key for that user |
bintrayRepo |
The name of the repository to publish to. |