xtext-index-backend
The new backend repository for the project ⭐Test-Editor-Web⭐ can be found under test-editor-backend
./gradlew install
will build a local version and put this into the local maven repository from which it can be used locally for other builds. The current version is set within the file gradle.properties
- checkout master branch
- execute
./gradlew release
- done
This will run a complete build locally, run all tests locally and tag this branch to a version, pushing it into the master branch. Following the push, a travis job will run that will run a complete build on ci (including tests etc.). Given the success of this run, travis will run a publish script that checks whether a (new) tag is set and of so, runs an upload to bitbucket task with gradle that will do the actual upload to bintray / jcenter.