Skip to content

Commit

Permalink
Merge branch PR technomancy#1849, closes technomancy#1718.
Browse files Browse the repository at this point in the history
  • Loading branch information
hypirion committed Mar 22, 2015
2 parents 80c84f3 + f572938 commit 972d22c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/leiningen/jar.clj
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@
(def whitelist-keys
"Project keys which don't affect the production of the jar should be
propagated to the compilation phase and not stripped out."
[:offline? :local-repo :certificates :warn-on-reflection :mirrors])
[:offline? :local-repo :certificates :warn-on-reflection :mirrors :uberjar-name :jar-name])

(defn- retain-whitelisted-keys
"Retains the whitelisted keys from the original map in the new one."
Expand Down

0 comments on commit 972d22c

Please sign in to comment.