Skip to content
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

Feature/jdk8support #44

Closed
wants to merge 3 commits into from

Conversation

mtorres10
Copy link
Contributor

I was able to successfully build and execute a using JDK8. These are my findings:

  • Change your POM same as your commit.
  • You need to change method Path.of to Paths.get, see this link.
  • You need to clean any previous installation you did on your maven repo (I deleted the corresponding folder in my .m2 folder).
  • You need to do a mvn clean for each project in the depclean solution (not sure this is strictly required but I did it).
  • You need to build/compile using JDK 8 (I used adoptjdk-hotspot 282).

@cesarsotovalero
Copy link
Collaborator

cesarsotovalero commented Mar 17, 2021

Hi @mtorres10, thanks for the analysis.
The related PR made by @amottier is more concise, see #45.
I'm closing this PR now.

Please keep contributing. Your PRs are more than welcome!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants