Description
Describe the bug
I have a big multi-module gradle project, with Gradle Automatic Project Synchronization enabled.
Since the update to latest Eclipse 4.19.0.RELEASE, I noticed very high CPU load at start when projects are loaded and build.
In Eclipse Progress window I found that "Spring Boot Language Server" was running and apparently it triggered a "Synchronize gradle projects with workspace" process repeatedly/continuously (and probably infinitely).
I needed to disable "Automatic Project Synchronization" in the Gradle settings in order to break the loop.
I don't know if Spring Boot language server or Gradle Buildship is the culprit, at least it is a regression because it worked with old Eclipse 2022-12
Version: 4.19.0.RELEASE
Build Id: 202306150758
Eclipse Buildship 3.1.7.v20230428-1602
To Reproduce
Start IDE with a gradle project
Sample
I try to provide a sample repo