We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 55b4793 commit 46a3995Copy full SHA for 46a3995
project.clj
@@ -15,7 +15,7 @@
15
[com.google.javascript/closure-compiler "v20150126"]
16
[org.mozilla/rhino "1.7R5"]]
17
:profiles {:1.6 {:dependencies [[org.clojure/clojure "1.6.0"]]}
18
- :uberjar {:aot :all}}
+ :uberjar {:aot :all :main clojure.main}}
19
:aliases {"test-all" ["with-profile" "test,1.5:test,1.6" "test"]
20
"check-all" ["with-profile" "1.5:1.6" "check"]}
21
:min-lein-version "2.0.0")
0 commit comments