We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When running lein ring uberjar
lein ring uberjar
I get the following error:
Compiling api.api.main java.io.FileNotFoundException: Could not locate api/api/main__init.class or api/api/main.clj on classpath:
It seems like a problem with the injected main file that is injected by lein ring
(I'm using lein-ring 0.9.2, leiningen 2.5.1)
Thanks for your help
The text was updated successfully, but these errors were encountered:
Is this a different issue from #153?
Sorry, something went wrong.
No branches or pull requests
When running
lein ring uberjar
I get the following error:
It seems like a problem with the injected main file that is injected by lein ring
(I'm using lein-ring 0.9.2, leiningen 2.5.1)
Thanks for your help
The text was updated successfully, but these errors were encountered: