Fork me on GitHub
#clojars
<
2017-08-18
>
devth20:08:13

is there a straighforward way to deploy an uberjar to clojars?

tcrawley20:08:52

Why are you wanting to deploy an uberjar?

devth20:08:35

it's a lib that's meant to be used in Datomic

devth20:08:58

Datomic doesn't resolve deps, so i'd either have to manually pull down all jars into Datomic's lib folder, or just deploy my lib as an uberjar so i can drop a single jar in

devth20:08:31

(the only dep is timbre but timbe has its own deps)

tcrawley21:08:08

Gotcha, that makes sense. I was just curious.