Fork me on GitHub
#tools-deps
<
2019-06-18
>
Lone Ranger12:06:47

Is there a way to download the dependencies without running the app? (use case, building Docker image)

Lone Ranger12:06:09

ahh looks like clj -version will do the trick

Lone Ranger13:06:24

yeah that's better ... clj -version isn't a thing

Lone Ranger13:06:39

I was doing clj -e "1" but that felt stupid

ghadi13:06:48

clojure -Spath > /dev/null

👍 16