You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to include loom in a project, and it all works fine in dev mode, but when I build and run the uberjar I get that error
java.lang.NoClassDefFoundError: loom/graph/Graph
I think it's somehow related with aot, but I also tried to add #".*loom.*" to :aot without any difference.
I tried with both clojure 1.9 and 1.10, anyone else had the same problem?
The text was updated successfully, but these errors were encountered:
I found a solution, apparently it was :aot :all that was breaking it.
I have the same in the sample-loom project though and it works there, so a combination of :aot :all and something else I'm not too sure about.
I'm trying to include loom in a project, and it all works fine in dev mode, but when I build and run the uberjar I get that error
java.lang.NoClassDefFoundError: loom/graph/Graph
I think it's somehow related with aot, but I also tried to add
#".*loom.*"
to:aot
without any difference.I tried with both clojure 1.9 and 1.10, anyone else had the same problem?
The text was updated successfully, but these errors were encountered: