Correct project.clj key

This commit is contained in:
Nick Bailey 2018-03-21 14:30:43 -05:00 committed by GitHub
parent ecd3853158
commit a72f736b60
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -138,7 +138,7 @@
"Compile Java source files. "Compile Java source files.
Add a :java-source-paths key to project.clj to specify where to find them. 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`. 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 Like the compile and deps tasks, this should be invoked automatically when