Fork me on GitHub
#tools-deps
<
2018-08-17
>
alex-dixon03:08:33

Going off isaac’s question from earlier, is there a good workflow for mixed java and clojure projects using deps.edn?

👍 4
jetzajac10:08:00

can I add a lib that consists of multiple jars on disk?

Alex Miller (Clojure team)12:08:33

Generally, no. Typically a lib consists of a single artifact

Alex Miller (Clojure team)12:08:03

There are ways to hack it by listing the jars explicitly in :paths though

lilactown18:08:07

do multiple -Sdeps merge?

lilactown18:08:46

answer: nope