Skip to content

Commit 1c7247a

Browse files
committed
Remove AOT
1 parent aa79364 commit 1c7247a

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

project.clj

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,11 @@
66
:dependencies [[org.clojure/clojure "1.9.0-alpha12"]
77
[org.clojure/core.async "0.2.391"]
88
[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]]
913
[clj-logging-config "1.9.12"]
1014
[clojure-msgpack "1.0.0"]]
1115
:repl-options {:init-ns neovim-client.nvim}
12-
:main ^:skip-aot neovim-client.socket-repl-plugin
13-
:target-path "target/%s"
14-
:profiles {:uberjar {:aot :all}})
16+
:target-path "target/%s")

0 commit comments

Comments
 (0)