Skip to content

Commit

Permalink
Remove dead :jvm-opts lookup
Browse files Browse the repository at this point in the history
Coming from the 57ea876 cleanup
  • Loading branch information
hypirion committed Jan 7, 2014
1 parent 613a33b commit a579ccd
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions leiningen-core/src/leiningen/core/project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -294,8 +294,7 @@
:repositories repos
:plugin-repositories repos)
(-> (meta-merge defaults project)
(assoc :jvm-opts (or (:jvm-opts project) (:java-opts project)
(:jvm-opts defaults)))
(assoc :jvm-opts (or (:jvm-opts project) (:java-opts project)))
(dissoc :eval-in-leiningen :omit-default-repositories :java-opts)
(assoc :eval-in (or (:eval-in project)
(if (:eval-in-leiningen project)
Expand Down

0 comments on commit a579ccd

Please sign in to comment.