-
Notifications
You must be signed in to change notification settings - Fork 592
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
Update Gradle to 7.5.1 #8098
Update Gradle to 7.5.1 #8098
Conversation
lbergelson
commented
Nov 18, 2022
- gradle version 7.3.2 -> 7.5.1
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
Github actions tests reported job failures from actions build 3499912997
|
Ugh, there's some wierd bug with one of our dependencies not understanding java version id's with 4 parts. The install java action must have just moved from installing 11.0.16 too 11.0.16.1 behind our back. It sounds like we have to update Jetty or something manually
|
@lbergelson FWIW I definitely saw this issue at some point in the evolution of the Java 17 branch, though I didn't associate it with the gradle upgrade part of that branch (the Java 17 branch has the same gradle upgrade). IIRC, I later had to update to a newer jetty for other reasons - I think due to some binary incompatibility - but the newer version has a different issue that surfaces only when running on the docker (I think that issue is a variant of a known jetty issue with finding resources in a jar that isn't the main jar). I think I wound up throwing SkipExceptions for 10-15 tests only when running on the docker as a workaround. |
* gradle version 7.3.2 -> 7.5.1
beee376
to
b7aa8ba
Compare