-
Notifications
You must be signed in to change notification settings - Fork 121
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
Changing JVM version compilation failure #825
Comments
Arguably when Zinc detects the JVM has been changed it should throw away all class files from the previous compile. Do not pass them on the classpath to scalac/javac, do not try to analyse them itself, do not collect $200. |
Likely the same issue as sbt/sbt#2074 ? |
I recently ran into a similar issue and resolved it by passing |
I'm not sure if this is a bug in stable, released Zinc, or just in Zinc's own build, but whenever I switch from Java 11 to 8 I get:
Any ideas?
The text was updated successfully, but these errors were encountered: