Fork me on GitHub
#tools-build
<
2023-03-17
>
dpsutton17:03:02

I have a vague memory that you cannot create an uberjar from a deps.edn configuration which includes git deps. I’m unable to find any information about it now so i’m not sure if i’m misremembering. Does anyone know the answer here?

borkdude17:03:54

I think uberjar should work, but jar file to be distributed to clojars, not so much?

borkdude18:03:09

but maybe you're right and uberjar doesn't work currently, I don't see why not though

dpsutton18:03:37

i think that’s acceptable

Alex Miller (Clojure team)18:03:28

I think it should work?

Alex Miller (Clojure team)18:03:00

You can’t make a pom from git deps but that’s not relevant for an uberjar usually

dpsutton18:03:19

right. makes sense. i had a vague memory and it was around maven distributed jars, not uberjars. thanks both