Any idea why uberjar compilation hangs on this empty namespace for 20 Minutes now?
(ns xxx.routes)
The uberjar profile:
:profiles {:uberjar {:aot :all
:jvm-opts ["-Dclojure.compiler.direct-linking=true"]}}
I also tried running lein clean before building but that doesnt helpsMore context?!
Try to lein repl and (compile 'xxx.routes :verbose)
?!
Execution error (ArityException) at xxx.core/eval2688 (form-init9526837807315109437.clj:1).
Wrong number of args (2) passed to: clojure.core/compile
(xxx is a replacement for my projects name)
Do you have a user.clj?