-
-
Notifications
You must be signed in to change notification settings - Fork 47
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
Support / example of applying Jabel only to main code on jdk8 and having test code run/compile on jdk13 #36
Comments
I appear to have it working via adding two different executions as per the stack over flow question:
|
FYI I've moved away from this now, and am instead compiling everything on 13, targeting 8, but running fail safe multiple times on different jvms. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
As described here: https://stackoverflow.com/questions/1213897/different-maven-compiler-versions-for-test-and-main
An example would be great to include in the instructions.
The text was updated successfully, but these errors were encountered: