pinterest / ktlint

An anti-bikeshedding Kotlin linter with built-in formatter
https://pinterest.github.io/ktlint/
MIT License
6.08k stars 504 forks source link

New versions no longer published to Maven Central? #2494

Closed erdi closed 6 months ago

erdi commented 6 months ago

Sorry if this is not the right place for this, I appreciate that this is potentially more of a question than a bug.

I've noticed that the latest tag on Github is 1.1.0 but the latest version available from Maven Central is 0.49.1. Is that intentional? Which Maven repo can I resolve versions newer than 0.49.1 from, please?

paul-dingemans commented 6 months ago

Artifact ids have been changed, see faq. Artifacts are still available, for example ktlint-cli.

erdi commented 6 months ago

Oh, I see, thanks. Sorry for the noise.