Fork me on GitHub
#tools-deps
<
2020-03-18
>
Jag Gunawardana08:03:54

I think a few more use cases for some of the tools, or general cases would work e.g. “How to include resources in the JAR file”. I ended up using Sean’s fork of depstar with edge. clojure -A:prod:depstar -m hf.depstar.uberjar myjar.jar and running java -cp myjar.jar clojure.main -m edge.main That seems to work fine. I can add something to the docs on this if it helps?

dominicm10:03:05

I'd love to take a look at a pr if you have an idea for this :)