lein dev
lein prod
lein with-profile +uberjar deploy clojars
If you use OpenJDK 9, you will need to add the java9
profile to your leiningen task. You can do this by adding with-profile +java9
to your command, like the following:
lein with-profile +java9 <YOUR_TASK>
node -v
). We recommend installing node using nvmCan you improve this documentation?Edit on GitHub
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close