redhat-developer / vscode-java

Java Language Support for Visual Studio Code
Eclipse Public License 2.0
2.08k stars 442 forks source link

Can not load gradle project #3794

Open mamilic opened 1 month ago

mamilic commented 1 month ago

When I open spring-security project it can not be loaded properly. It can not download dependecies and enable the navigation feature.

Environment
Steps To Reproduce
  1. Clone https://github.com/spring-projects/spring-security
  2. Open in vscode
  3. Try to open AbstractAuthenticationToken class, and you'll see that there are unresolved imports
Current Result

It is failing to open and setup the project.

Expected Result

It should donwload all dependecies and setup the project.

fp024 commented 1 month ago

Perhaps it would be good to refer to the following commit message.

mamilic commented 1 month ago

Did not know for that, thanks! Then this can be closed I assume.