Oops; into does not take varargs.

This commit is contained in:
Phil Hagelberg 2017-08-28 12:02:33 -07:00
parent 9c34b6c3b5
commit ce971e504a

View file

@ -541,7 +541,9 @@
(atom {:default [:leiningen/default]
:leiningen/default [:base :system :user :provided :dev]
:base {:resource-paths ^:default-path/dev-resources ["dev-resources"]
:jvm-opts (with-meta (into default-jvm-opts tiered-jvm-opts cgroups-jvm-opts)
:jvm-opts (with-meta `[~@default-jvm-opts
~@tiered-jvm-opts
~@cgroups-jvm-opts]
{:displace true})
:test-selectors {:default (with-meta '(constantly true)
{:displace true})}