leiningen

DerTev 2024-10-19T10:43:27.661759Z

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 helps

souenzzo 2024-10-19T10:50:16.972499Z

More context?! Try to lein repl and (compile 'xxx.routes :verbose) ?!

DerTev 2024-10-19T11:02:22.676729Z

Execution error (ArityException) at xxx.core/eval2688 (form-init9526837807315109437.clj:1).
Wrong number of args (2) passed to: clojure.core/compile

DerTev 2024-10-19T11:02:44.939059Z

(xxx is a replacement for my projects name)

2024-10-20T03:44:03.089119Z

Do you have a user.clj?