-
Notifications
You must be signed in to change notification settings - Fork 20
New issue
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
uberjar question #72
Comments
You have a lot of properties configuring leiningen and the uberjar... does it do it if you cut this down? |
This is what I have now; when I run lein uberjar, seems to be spinning and the dlp-inspect-0.1.0-SNAPSHOT.jar just keeps growing and growing, finally kill is after it gets to +3GB. When just using lein w/o the plugin, the file uberjar is around 98MB Compiling dlp-inspect.core
|
Not sure if this is causing it but |
This is a newbie question, trying to use the lein-tool-deps with my project, but I can't seem to get the uberjar part to work. When I run lein uberjar, I see the target directiory and the SNAPSHOT.jar file, but it just keeps growing and growing. I finally kill it after 10GB or so. When I just use lein dependencies w/o lein-tools-deps, the uberjar is created.... Any idea with what I might be doing wrong?
Here's my project.clj
My deps.edn
The text was updated successfully, but these errors were encountered: