From a72f736b60fa4b10aa3c84f1959aa945641ff416 Mon Sep 17 00:00:00 2001 From: Nick Bailey Date: Wed, 21 Mar 2018 14:30:43 -0500 Subject: [PATCH] Correct project.clj key --- src/leiningen/javac.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/leiningen/javac.clj b/src/leiningen/javac.clj index 36669d54..199b38a2 100644 --- a/src/leiningen/javac.clj +++ b/src/leiningen/javac.clj @@ -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