Skip to content

Commit 31494aa

Browse files
committed
AOT everything when building uberjar
1 parent bd12d90 commit 31494aa

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

project.clj

+2-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@
1515
[com.google.javascript/closure-compiler "v20150126"]
1616
[org.mozilla/rhino "1.7R5"]]
1717
:profiles {:1.5 {:dependencies [[org.clojure/clojure "1.5.1"]]}
18-
:1.6 {:dependencies [[org.clojure/clojure "1.6.0"]]}}
18+
:1.6 {:dependencies [[org.clojure/clojure "1.6.0"]]}
19+
:uberjar {:aot :all}}
1920
:aliases {"test-all" ["with-profile" "test,1.5:test,1.6" "test"]
2021
"check-all" ["with-profile" "1.5:1.6" "check"]}
2122
:min-lein-version "2.0.0")

0 commit comments

Comments
 (0)