Merge branch PR #1849, closes #1718.

This commit is contained in:
Jean Niklas L'orange 2015-03-22 16:53:48 +01:00
commit 972d22c23f

View file

@ -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."