Possibly check deps on eval-in-project if :checksum-deps is set.

This commit is contained in:
Phil Hagelberg 2011-03-30 20:26:59 -07:00
parent 72b163514a
commit eb3ebffe65

View file

@ -160,7 +160,8 @@
(empty? (.list (file (:compile-path project)))))
(binding [*silently* true]
(compile project)))
(when (empty? (find-lib-jars project))
(when (or (empty? (find-lib-jars project))
(:checksum-deps project))
(deps project))
(if (:eval-in-leiningen project)
(do ;; bootclasspath workaround: http://dev.clojure.org/jira/browse/CLJ-673