Skip to content

Commit 2b27aa8

Browse files
committed
Generate 1.7 compatible JARs.
1 parent 52c57b0 commit 2b27aa8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

project.clj

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,10 @@
88
; Released under the MIT license..
99
;
1010

11-
(defproject darwin "1.0.0"
11+
(defproject darwin "1.0.1"
1212
:url "https://github.com/JonyEpsilon/darwin"
1313
:license {:name "MIT"}
1414
:dependencies [[org.clojure/clojure "1.6.0"]]
15+
:javac-options ["-target" "1.7" "-source" "1.7"]
1516
:plugins [[lein-gorilla "0.3.4"]]
1617
:jvm-opts ^:replace ["-server" "-Xmx4g"])

0 commit comments

Comments
 (0)