clojars

http://clojars.org discussion and “support”, see http://status.clojars.org for status.
devth 2017-08-18T20:54:13.000024Z

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

devth 2017-08-18T20:54:56.000380Z

oh this might work https://github.com/BrightNorth/uberjar-deploy

2017-08-18T20:55:52.000017Z

Why are you wanting to deploy an uberjar?

devth 2017-08-18T20:58:35.000163Z

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

devth 2017-08-18T20:58:58.000095Z

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

devth 2017-08-18T20:59:31.000040Z

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

2017-08-18T21:00:08.000399Z

Gotcha, that makes sense. I was just curious.

2017-08-18T21:00:12.000248Z

Thanks!

devth 2017-08-18T21:00:20.000200Z

np