Fork me on GitHub
#leiningen2015-09-18
>
bernhard09:09:01

Hey, trying to get https://github.com/TheLadders/lein-uberjar-deploy work. I set up the :repository as mentioned in the README, but all I get is this:

bernhard09:09:05

`(Warning: profile :repositories not found.) ({} and snapshots have a type mismatch merging profiles.) Uberjar aborting because jar failed: java.lang.String cannot be cast to clojure.lang.IObj`

bernhard09:09:37

It didn't mention I had to have a :repositories profile, but even when adding one, it doesn't work

bernhard09:09:21

any ideas? feels like its trying to merge repository entries that are just strings (don't know where they are coming from) with the ones I provided, which are maps

bernhard09:09:33

(Merging my .m2-credentials into there, however, works fine - if I dump the repositories vector before the uberjar creation, I see the username and the password in there)