vscode-java
vscode-java copied to clipboard
Can not load gradle project
trafficstars
When I open spring-security project it can not be loaded properly. It can not download dependecies and enable the navigation feature.
Environment
- Operating System: Windows 11
- JDK version: 21 Temurin
- Visual Studio Code version: 1.93
- Java extension version: 1.35.1
Steps To Reproduce
- Clone https://github.com/spring-projects/spring-security
- Open in vscode
- 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.
Perhaps it would be good to refer to the following commit message.
- https://github.com/spring-projects/spring-security/commit/c053f6f0c662e6b49edb7617498d9cf61e940fd5
Did not know for that, thanks! Then this can be closed I assume.