Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/boot/new.clj
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

(core/deftask new
"Generate a new project from a template

The long form arguments mostly follow those of `lein new` except that -n / --name
is required and you specify the template with -t / --template."
[a args ARG [str] "arguments for the template itself."
Expand All @@ -25,7 +25,7 @@ is required and you specify the template with -t / --template."

;; suppress target warning since it makes no sense for boot-new
(System/setProperty "BOOT_EMIT_TARGET" "no")
(core/merge-env! :dependencies '[[stencil "0.5.0" :exclusions [org.clojure/clojure]]])
(core/merge-env! :dependencies '[[stencil "0.5.0" :exclusions [org.clojure/clojure org.clojure/core.cache]]])

(core/with-pass-thru fs
(require '[boot.new-helpers :as helpers])
Expand Down