-
Notifications
You must be signed in to change notification settings - Fork 216
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
Cannot re-use daemon with sdkman java 8.0.265.hs-adpt #65
Comments
I was able to reproduce when I had On the contrary, I was not able reproduce when I had Let me investigate more. |
This seems to be caused by the fact that with mvnd client relies on JAVA_HOME but mvnd server relies on Earlier, we had some code in place that was passing the value of JAVA_HOME to the server, but I removed it as superfluous. Now I know why it was there :) |
Fixed via #66 |
Fixed in the freshly released version 0.0.5 |
I've just started using
mvn
and noticed from the logs that, there are incompatible daemons due to the javaHomeIt sounds like every time I ran
mvnd
, there is a new daemon created but incompatible to be reused?The text was updated successfully, but these errors were encountered: