juxt / pack.alpha

Package clojure projects
MIT License
258 stars 35 forks source link

jib uses clojure.tools.build.api/resolve-path if available #115

Closed brianium closed 1 year ago

brianium commented 1 year ago

Closes #114

This optionally supports the clojure.tools.build.api/resolve-path function if available, allowing juxt.pack.jib to support clojure.tools.build.api/*project-root*

This seems like it would be a common need for projects using clojure.tools.build in a monorepo.

This introduces a dependency on borkdude.dynaload.

Please let me know if I can make any improvements/changes 🙇🏻