linkedin / dynamometer

A tool for scale and performance testing of HDFS with a specific focus on the NameNode.
BSD 2-Clause "Simplified" License
131 stars 34 forks source link

Fix bintray config, moving user config to top level #85

Closed xkrogen closed 5 years ago

xkrogen commented 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.