Add git-based versioning, so we have a version based on tags. Add the bintray plugin for publishing, which is also configured to sync to maven central. Releases should just need a tag to automatically publish in a travis build. Bintray will sign the artifacts.
Sync to maven central via bintray can't be set up properly until there's a published version. So we'll need to tag and release 0.5.2 first, set up the jcenter linking, and then should be good to go from then on.
Add git-based versioning, so we have a version based on tags. Add the bintray plugin for publishing, which is also configured to sync to maven central. Releases should just need a tag to automatically publish in a travis build. Bintray will sign the artifacts.
Sync to maven central via bintray can't be set up properly until there's a published version. So we'll need to tag and release
0.5.2
first, set up the jcenter linking, and then should be good to go from then on.