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 aa79364 commit 1c7247aCopy full SHA for 1c7247a
project.clj
@@ -6,9 +6,11 @@
6
:dependencies [[org.clojure/clojure "1.9.0-alpha12"]
7
[org.clojure/core.async "0.2.391"]
8
[org.clojure/tools.logging "0.3.1"]
9
+ [log4j/log4j "1.2.17" :exclusions [javax.mail/mail
10
+ javax.jms/jms
11
+ com.sun.jmdk/jmxtools
12
+ com.sun.jmx/jmxri]]
13
[clj-logging-config "1.9.12"]
14
[clojure-msgpack "1.0.0"]]
15
:repl-options {:init-ns neovim-client.nvim}
- :main ^:skip-aot neovim-client.socket-repl-plugin
- :target-path "target/%s"
- :profiles {:uberjar {:aot :all}})
16
+ :target-path "target/%s")
0 commit comments