cloudstateio / kotlin-support

Cloudstate Kotlin Support
https://cloudstate.io/docs/user/lang/kotlin/index.html
Apache License 2.0
8 stars 5 forks source link

Add git versioning and bintray publish #45

Closed pvlugter closed 4 years ago

pvlugter commented 4 years ago

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.

sleipnir commented 4 years ago

Thanks @pvlugter