On February 19, 2015 at 4:40:16 PM, Felipe Gerard (fger...@interware.com.mx) 
wrote:
> When you set:
>  
> :javac-options ["-target" "1.6" "-source" "1.6” ]

This option is only for when you are compiling Java source.

https://github.com/technomancy/leiningen/blob/master/sample.project.clj#L249:L251

> I think this is a bug. Any help please?

It looks like that 1.5 is hardcoded in the Clojure compiler.

See: 
https://github.com/clojure/clojure/blob/master/src/jvm/clojure/lang/Compiler.java

And search for “V1_5”.

-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Clojure" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to clojure+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to