Skip to content

Commit

Permalink
Set compile target to JDK 1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
dpp committed Feb 15, 2014
1 parent 5791c72 commit 63eaac0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
:distribution :repo}
:java-source-paths ["src"]
:jvm-opts ^:replace ["-server"]
:javac-options ["-target" "1.6" "-source" "1.6"]
:dependencies [[org.clojure/clojure "1.5.1"]
[prismatic/plumbing "0.1.0"]
[proteus "0.1.4"]])

0 comments on commit 63eaac0

Please sign in to comment.