Fork me on GitHub
#beginners
<
2015-06-28
>
yusup09:06:30

what is the correct way to include java source files within dev profile ?

yusup09:06:04

I have user.clj included in ":source-paths" in dev profile and leiningen load the user.clj stuff and does not compile java related stuff.

yusup09:06:41

If I remove ":source-paths" from dev profile , lein does the compilation .