Skip to content

Commit

Permalink
fix :javac-options example in sample.project.clj
Browse files Browse the repository at this point in the history
  • Loading branch information
kumarshantanu committed Jun 22, 2012
1 parent c155dd1 commit d99e101
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sample.project.clj
Expand Up @@ -178,7 +178,7 @@
:jar-name "sample.jar" ; name of the jar produced by 'lein jar'
:uberjar-name "sample-standalone.jar" ; as above for uberjar
;; Options to pass to java compiler for java source
:javac-options [:destdir "classes/"]
:javac-options {:destdir "classes/"}
;; Leave the contents of :source-paths out of jars (for AOT projects)
:omit-source true
;; Files with names matching any of these patterns will be excluded from jars
Expand Down

0 comments on commit d99e101

Please sign in to comment.