Skip to content

Commit 46a3995

Browse files
committed
specify :main for uberjar
1 parent 55b4793 commit 46a3995

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

project.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
[com.google.javascript/closure-compiler "v20150126"]
1616
[org.mozilla/rhino "1.7R5"]]
1717
:profiles {:1.6 {:dependencies [[org.clojure/clojure "1.6.0"]]}
18-
:uberjar {:aot :all}}
18+
:uberjar {:aot :all :main clojure.main}}
1919
:aliases {"test-all" ["with-profile" "test,1.5:test,1.6" "test"]
2020
"check-all" ["with-profile" "1.5:1.6" "check"]}
2121
:min-lein-version "2.0.0")

0 commit comments

Comments
 (0)