Fork me on GitHub
#leiningen
<
2018-09-15
>
deliciousowl10:09:35

gonna ask for the 100th time, how can I replace this on java10? :jvm-opts ["--add-modules" "java.xml.bind"]

Alex Miller (Clojure team)11:09:56

You can add that as a dep instead

Alex Miller (Clojure team)11:09:43

jaxax.xml.bind/jaxb.api “2.3.0”

deliciousowl16:09:50

Thanks! I'm guessing this will be a common issue for newcomers, even though I haven't seen the solution anywhere else

Alex Miller (Clojure team)18:09:13

A lot of people use this dep just for DatatypeConverter and I’m not sure that’s even necessary anymore. I hope that we’ll evolve to use it less as a community.

Charlot22:09:32

Hello all. I found the how to make a lein plugin file, but am not sure if that is the approach I need.

Charlot22:09:07

How does one go about setting up a piece of lein middleware for deployment

Charlot22:09:19

Sorry, nrepl middleware such that lein will pick them up with lein repl