-
Notifications
You must be signed in to change notification settings - Fork 461
chore: Run Java 7 Tests #1721
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
chore: Run Java 7 Tests #1721
Conversation
Warning: This pull request is touching the following templated files:
|
Confirmed this the correct hash for Maven 3.8.6 and not an Ubuntu wrapper. |
Runing
Version 52 -> Java 8. The official docs say maven 3.8.6 is compatible with Java 7+. Not sure where it is pulling in Java 8 requirement from. |
Testing locally now: Using Java 7 Zulu via SDKMan: Seeing this error when running Java 7:
Maven version + Java version is correct
Java Compiler is correct
$JAVA_HOME
|
Plan: Rollback the maven versions to see when it becomes compatible with Java 7. |
Testing locally:
|
Using https://github.com/stCarolas/setup-maven Github Action to set mvn -v to |
Thank you for opening a Pull Request! Before submitting your PR, there are a few things you can do to make sure it goes smoothly:
Fixes #<issue_number_goes_here> ☕️
If you write sample code, please follow the samples format.