Fork me on GitHub
#boot
<
2018-06-09
>
dominicm16:06:13

Isn't there an add-classpath! function?

seancorfield16:06:58

@dominicm not sure what you're responding to here? Having something on the class path doesn't affect building an uber jar.

dominicm16:06:19

Really?! Well that sucks.

seancorfield17:06:24

That was why this thread got started. I don't know if there is a way to tell Boot "Hey, here's a JAR, explode it and put the contents into the JAR file!". Well, short of expanding it into a temporary folder (in the boot-tools-deps code) and adding that folder to :resource-paths maybe... And I'm not sure that's a use case I really want to support anyway.