magic-sheet
magic-sheet copied to clipboard
"clj -Auberjar" step fails on java 9
Hi, I am trying to make uberjar. I am getting error message: Exception in thread "main" Syntax error compiling at (mach/pack/alpha/impl/elodin.clj:12:3). Cause: javax.xml.bind.DatatypeConverter
I know this is "java 9" issue. I probably need to edit deps.edn to add java.xml.bind module. do you have a fix for that? thanks in advance
Hi @usametov, sorry not using java 9 now. Will try it when I find some time.