Skip to content

Developer Notes

Ryan Slominski edited this page Dec 2, 2020 · 18 revisions

Publishing Releases to Bintray

To publish a new release to the Bintray artifact repository:

  1. Ensure you have a gradle.properties file in your ~/.gradle directory with the following values:
bintrayUser=<user>
bintrayApiKey=<password>
  1. Update the version number in the build.gradle file and commit and push to GitHub:

  2. Execute:

gradlew build
gradlew bintrayUpload
gradlew bintrayPublish

Clone this wiki locally