Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Publish single-jar version of ktlint to maven central? #754

Closed
ivoanjo opened this issue May 31, 2020 · 2 comments
Closed

Publish single-jar version of ktlint to maven central? #754

ivoanjo opened this issue May 31, 2020 · 2 comments

Comments

@ivoanjo
Copy link

ivoanjo commented May 31, 2020

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:

  • A single file version, available in the releases tab
  • 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!

@romtsn
Copy link
Collaborator

romtsn commented May 31, 2020

I think it's already published, if you check here the all version is exactly the one ktlint executable is using

@ivoanjo
Copy link
Author

ivoanjo commented May 31, 2020

Ah, interesting! I did not find it in my searches, but that should be enough for my setup, thank you 🙏

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants