tools-build

dpsutton 2023-03-17T17:59:02.751809Z

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?

borkdude 2023-03-17T17:59:54.864029Z

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

borkdude 2023-03-17T18:00:09.626969Z

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

dpsutton 2023-03-17T18:00:37.344599Z

i think that’s acceptable

Alex Miller (Clojure team) 2023-03-17T18:16:28.710939Z

I think it should work?

Alex Miller (Clojure team) 2023-03-17T18:17:00.618869Z

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

dpsutton 2023-03-17T18:18:19.942069Z

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