-
Notifications
You must be signed in to change notification settings - Fork 214
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 Maven 3.8.1 #393
Comments
Yes, definitely. Somebody just has to find a couple of free cycles for that :) |
Let me guess, there is more to do than bumping up the |
It's bumping and seeing what got broken 8-) |
Damn. Check on darwin fails with compilation error. Could need a hint what went wrong here. |
The error message sounds like some variant of #281 I have restarted the jobs to see if it happens again. |
@ppalaga thanks for the support. Restarting the checks helped, they passed now! |
@gnodet wrote on the puill request:
I can totally understand the wish to support multiple versions. I'm not so experienced with GitHub Actions, just thinking that basically it is possible to set the Maven version with -Dmaven.version and do the build again (+ setting a version on the binaries). Or the simply a branch with the 3.6.x and one with the 3.8.x .. that would be simple, but has some disadvantages of course. What do you think? |
Yes, I'm now thinking that's the best way forward. |
Maven 3.8.1 has been released with some fixes for CVEs:
https://maven.apache.org/docs/3.8.1/release-notes.html
Would it be possible to support this?
The text was updated successfully, but these errors were encountered: