Skip to content

indra publishing bintray

zml edited this page Apr 28, 2021 · 2 revisions

This plugin was discontinued in Indra 2.0.0 due to the shutdown of JCenter

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.

Gradle Properties

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.