buildship
buildship copied to clipboard
Downloading published Gradle versions should not block startup
Expected Behavior
Eclipse should start without logged exceptions.
Current Behavior
Multiple errors are logged that say that a lock could not be auquired. See attached log file.
Context
I have a workspace with multiple Gradle projects which are Java projects. They do not depend on each other.
Steps to Reproduce
Just start Eclipse and look into the logs. You will see the message "Initializing Java tooling...", Eclipse freezes and after some seconds the exception (see log file) occures several times.
Your Environment
I run Eclipse on Windows 10 with Java 11.0.4 Here is the full log of the exception: log.txt
Just wondering if there is any update or workaround on this?
It currently makes for a very frustrating experience working with Gradle projects.