| Type | Name and description |
|---|---|
Developer |
developerThe developer of this project (currently limited to one) |
java.lang.Boolean |
dryRunWhether to test the publication without uploading to bintray. |
java.lang.String |
gpgPassphraseThe passphrase for the key used to sign releases. |
java.lang.Boolean |
gpgSignWhether to sign packages uploaded by this configuration |
java.lang.String |
keyBintray access key |
License |
licenseThe license this project will use (currently limited to one) |
java.lang.String[] |
licensesLicenses for packages uploaded by this configuration |
java.lang.String |
orgBintray organisation |
java.lang.String |
projectUrlProject URL |
java.lang.String[] |
publicationsThe publications that will be uploaded as a part of this configuration. |
java.lang.String |
repoBintray repository |
java.lang.String |
userBintray username |
java.lang.String |
vcsUrlVCS URL |
| Methods inherited from class | Name |
|---|---|
class java.lang.Object |
java.lang.Object#wait(), java.lang.Object#wait(long, int), java.lang.Object#wait(long), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll() |
The developer of this project (currently limited to one)
Whether to test the publication without uploading to bintray.
The passphrase for the key used to sign releases.
Whether to sign packages uploaded by this configuration
Bintray access key
The license this project will use (currently limited to one)
Licenses for packages uploaded by this configuration
Bintray organisation
Project URL
The publications that will be uploaded as a part of this configuration. These must match both the name on bintray and the gradle module name. ie; it must be "some-package" as a gradle sub-module (root project not supported, this extension is to improve multi-build bintray uploads). The publication must also be called "some-package". Only one publication can be uploaded per module (a bintray plugin restriction(. If any of these conditions are not met your package will not be uploaded.
Bintray repository
Bintray username
VCS URL