Skip to content
This repository has been archived by the owner on Nov 20, 2019. It is now read-only.

Latest commit

 

History

History
23 lines (15 loc) · 835 Bytes

HACKING.adoc

File metadata and controls

23 lines (15 loc) · 835 Bytes

Hacking Verspätung

Verspätung is a Groovy-based application which is built with Gradle. As such, if you are already familiar with these tools you should be able to find your way around the project with relative ease.

A quick primer on what tasks are available:

  • Running tests: ./gradlew check

  • Running the app locally: ./gradlew run -PzookeeperHosts=localhost:2181

  • Building the app for distribution: ./gradlew assemble

Releasing Verspätung

Note
This is mostly meant for the developer team.

Currently releases can be produced by simply pushing a Git tag to this GitHub repository. This will cause Travis CI to build and test the tag, which if it is successful, will automatically publish to Bintray.