Fork me on GitHub
#leiningen
<
2017-07-29
>
mikerod17:07:55

I’m seeing odd behavior with lein uberjar. It is created 2 jars as expected, one “slim” and the other “standalone”. The “slim” one is correctly going into the :target-path I have defined which is “target/%s/” however, the “standalone is ignoring this (apparently) and going straight into just “target”

mikerod17:07:14

so both jars compiled, but output to different locations

mikerod17:07:20

that is strange to me

mikerod17:07:55

with lein pprint the :target-path looks right which is something like “/my/path/to/target/uberjar”