snowplow / snowplow-java-tracker

Snowplow event tracker for Java. Add analytics to your Java desktop and server apps, servlets and games. (See also: snowplow-android-tracker)
http://snowplowanalytics.com
Apache License 2.0
24 stars 36 forks source link

Update Deploy action to remove Bintray (close #283) #285

Closed mscwilson closed 2 years ago

mscwilson commented 2 years ago

For issue #283.

Removes the deprecated Bintray commands, and releases to Maven Central. This required a couple of gradle plugins. Signing is an official Gradle plugin for managing the PGP signing required for publication on Maven Central. The Gradle Nexus Publish Plugin handles the publishing task as well as closing and releasing the app from staging.