Skip to content

Commit

Permalink
Generate 1.7 compatible JARs.
Browse files Browse the repository at this point in the history
  • Loading branch information
JonyEpsilon committed Jul 16, 2015
1 parent 52c57b0 commit 2b27aa8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,10 @@
; Released under the MIT license..
;

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

0 comments on commit 2b27aa8

Please sign in to comment.