Merge pull request #2410 from nickmbailey/patch-1

Correct project.clj key
This commit is contained in:
Phil Hagelberg 2018-03-21 13:03:27 -07:00 committed by GitHub
commit 6c6a2a0194
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -138,7 +138,7 @@
"Compile Java source files.
Add a :java-source-paths key to project.clj to specify where to find them.
Options passed in on the command line as well as options from the :javac-opts
Options passed in on the command line as well as options from the :javac-options
vector in project.clj will be given to the compiler; e.g. `lein javac -verbose`.
Like the compile and deps tasks, this should be invoked automatically when