cursive icon indicating copy to clipboard operation
cursive copied to clipboard

leiningen multi module project is showing error and couldn't run tests in the module

Open rajcspsg opened this issue 1 year ago • 0 comments

Hi,

I've leiningen multi module project which uses lein-modules plugin. A sample project is here.

After I import this project, the code for standard library is showing error and test run is giving below error .

Error: Could not find or load main class clojure.main
Caused by: java.lang.ClassNotFoundException: clojure.main
Screenshot 2024-07-05 at 10 01 05 AM

rajcspsg avatar Jul 05 '24 17:07 rajcspsg