Closed xkrogen closed 5 years ago
The deploy step for Bintray recently failed: https://travis-ci.org/linkedin/dynamometer/jobs/499541233
[performRelease] * What went wrong: [performRelease] Missing 'bintray.user' value. [performRelease] Please configure Bintray extension. [performRelease]
Based off of this guide:https://github.com/bintray/gradle-bintray-plugin#step-3-add-the-bintray-configuration-closure-to-your-buildgradle-file I think that the user property is supposed to be at the top-level of the bintray closure as opposed to within the pkg closure.
user
bintray
pkg
The deploy step for Bintray recently failed: https://travis-ci.org/linkedin/dynamometer/jobs/499541233
Based off of this guide:https://github.com/bintray/gradle-bintray-plugin#step-3-add-the-bintray-configuration-closure-to-your-buildgradle-file I think that the
user
property is supposed to be at the top-level of thebintray
closure as opposed to within thepkg
closure.