We probably want to have the version number be automatically incremented so that it's easy to publish unique snapshot builds and easy to identify which commit produced a specific binary.
Some potential options:
- ajoberstar/reckon: a gradle versioning plugin with features like publishing to github
- What htsjdk does now, uses the palantir/gradle-git-version plugin to get a version and then does some other stuff to it.
- Something completely different
We probably want to have the version number be automatically incremented so that it's easy to publish unique snapshot builds and easy to identify which commit produced a specific binary.
Some potential options: