Hacker News new | ask | show | jobs
by MeteorMarc 1783 days ago
What build tools do you use, maven?
2 comments

Not the author, but most clojure projects use leiningen to build and distribute projects (https://leiningen.org/)

This seems to be the case for the author's open-source work (https://github.com/nanit/kubernetes-custom-hpa/blob/master/a...)

Clojure developers tend to choose the official Clojure CLI tools [1] for new projects these days.

[1] https://clojure.org/guides/deps_and_cli