Skip to content

Commit

Permalink
Fixed issue jonase#8 where eastwood doesn't take into account the jav…
Browse files Browse the repository at this point in the history
…a source path
  • Loading branch information
trevorbernard committed May 15, 2012
1 parent 148dd4b commit 8791b3e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/leiningen/eastwood.clj
Expand Up @@ -9,6 +9,9 @@
opts (assoc opts :source-paths (or (:source-paths opts)
(:source-paths project)
[(:source-path project)]))
opts (assoc opts :java-source-paths (or (:java-source-paths opts)
(:java-source-paths project)
[(:java-source-path project)]))
global-opts (:eastwood project)
opts (merge global-opts opts)]
(eval-in-project (add-if-missing project '[jonase/eastwood "0.0.3"])
Expand Down

0 comments on commit 8791b3e

Please sign in to comment.