Support (convert ?) project to use tools.build and deps.edn ?
Opened this issue · 0 comments
ieugen commented
Hi,
tools.build is gaining some traction as a simple build tool. https://github.com/clojure/tools.build
That and the ability to use depend on git branches /tags makes development a very good experience.
Using deps.edn I can build some features/ changes and other people can pull those in by depending on the specific commit hash.
This might not be as useful with regard to built artifacts - jar and native image.