You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello there! First of all, thank you very much for the awesome work on Ktlint. It's been an invaluable tool to get rid of style nitpicks during code reviews for my team! 🙇 🙇 🙇
A regular jar with dependencies, that gets pushed to maven central
I would like to request that a third option gets added: publishing the jar that the single file version uses to maven central.
Why? The single-file version massively simplifies dependency management, but downloading the latest version from github is always a bit awkward/different from how we deal with other dependencies (for instance -- it does not have checksums, as requested in #695).
Having the single-jar version in maven central would simplify a lot the integration/updates of ktlint we have on our team.
Thanks, and have a great day!
The text was updated successfully, but these errors were encountered:
Hello there! First of all, thank you very much for the awesome work on Ktlint. It's been an invaluable tool to get rid of style nitpicks during code reviews for my team! 🙇 🙇 🙇
Currently, ktlint is published as both:
I would like to request that a third option gets added: publishing the jar that the single file version uses to maven central.
Why? The single-file version massively simplifies dependency management, but downloading the latest version from github is always a bit awkward/different from how we deal with other dependencies (for instance -- it does not have checksums, as requested in #695).
Having the single-jar version in maven central would simplify a lot the integration/updates of ktlint we have on our team.
Thanks, and have a great day!
The text was updated successfully, but these errors were encountered: