-
Notifications
You must be signed in to change notification settings - Fork 408
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
Standardize on Gradle 8.5 to avoid multiple daemons at test runtime. #3373
Conversation
test this please |
@@ -108,7 +108,7 @@ | |||
<artifactItem> | |||
<groupId>org.projectlombok</groupId> | |||
<artifactId>lombok</artifactId> | |||
<version>1.18.32</version> | |||
<version>1.18.36</version> |
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.
Note to self, when I do things like redhat-developer/vscode-java#3939, I should probably bump this as well. Thanks 👍
@rgrunber More versions can start more gradle daemons that can cause SIGKILL. |
The related issue - #1876 |
ab377c0
to
916e776
Compare
- Update Lombok used in test runtime (1.18.36) Signed-off-by: Snjezana Peco <snjezana.peco@redhat.com>
916e776
to
06d1d92
Compare
@snjeza Still occasionally failing ? https://ci.eclipse.org/ls/job/jdt-ls-master/2208/ |
The related jobs
The related Eclipse/JDK issue - eclipse-jdt/eclipse.jdt.core#3385
I have updated the jdt-ls-master and jdt-ls-pr jobs.
The latest 5+ builds are successful.