This provides 2 available builds
- burst-service
- grails-burst-plugin
See the README for each to find out more.
To release, use gradle to build and deploy, if you have gradle installed then use as normal if not then use ./gradlew
- Firstly use
git flowto create a newreleasewith the next version number. - Change the version in the main
gradle.propertiesfile. - Commit the update
- Finish the
git flowrelease and tag with the version number - git checkout the master branch
gradle testrun a final testgradle bintrayUpload --infobuild and deploy to Bintray
You will need to set system environment variables
BINTRAY_USER- your Bintray usernameBINTRAY_KEY- your Bintray API key
Assuming test completes then run the bintrayUpload command to build the jars and tar files and then upload them
to Bintray.