Skip to content
This repository has been archived by the owner on Nov 13, 2017. It is now read-only.

Commit

Permalink
Target JDK 6
Browse files Browse the repository at this point in the history
  • Loading branch information
oakes committed Feb 23, 2014
1 parent 211471a commit a2da9c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion android/project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

:source-paths ["src/clojure" "../common/clojure"]
:java-source-paths ["src/java" "../common/java" "gen"]
:javac-options ["-target" "1.7" "-source" "1.7" "-Xlint:-options"]
:javac-options ["-target" "1.6" "-source" "1.6" "-Xlint:-options"]

:dependencies [[com.h2database/h2 "1.3.174"]
[markdown-clj "0.9.36"]
Expand Down

0 comments on commit a2da9c1

Please sign in to comment.