This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
what is the correct way to include java source files within dev profile ?
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.
If I remove ":source-paths" from dev profile , lein does the compilation .