Skip to content

Latest commit

 

History

History
20 lines (11 loc) · 725 Bytes

RELEASE.md

File metadata and controls

20 lines (11 loc) · 725 Bytes

Release guide

Define environment variables

You must define BINTRAY_USER and BINTRAY_API_KEY as environment variable.

Bintray API key can be found under Edit Profile -> API Key.

Check README.md and build.gradle

Be sure that build.gradle and Readme are both updated and contain new, to be released version.

Run gradle task

./gradlew clean build javadocs assemble ./gradlew bintrayUpload

Bintray publish

Manually go to Bintray page, check that all 8 files are there and publish them if everything is OK.