Skip to content

Commit

Permalink
Merge pull request metosin#44 from metosin/java-1.7
Browse files Browse the repository at this point in the history
Javac 1.7 target
  • Loading branch information
Deraen authored May 12, 2017
2 parents 1763dec + 15498b1 commit 745b6f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
:distribution :repo
:comments "same as Clojure"}
:source-paths ["src/clj"]
:javac-options ["-Xlint:unchecked"]
:javac-options ["-Xlint:unchecked" "-target" "1.7" "-source" "1.7"]
:java-source-paths ["src/java"]
:dependencies [[cheshire "5.7.1" :exclusions [com.fasterxml.jackson.core/jackson-core]]
[com.fasterxml.jackson.core/jackson-databind "2.8.7"]
Expand Down

0 comments on commit 745b6f5

Please sign in to comment.