livefront / sealed-enum

A Kotlin annotation processor that makes writing normal enum classes obsolete.
Apache License 2.0
149 stars 7 forks source link

Add publishing to mavenCentral #104

Open alexvanyo opened 2 years ago

alexvanyo commented 2 years ago

Publishing is currently done via Jitpack, which is currently a blocker for #81 / #78 due to the build environment for Jitpack being Linux: https://github.com/jitpack/jitpack.io/issues/3853

Publishing to mavenCentral would remove that blocker, and also standardize with a lot of other libraries.

eygraber commented 1 year ago

I can add support for this if a sonatype account is set up.