vscode-java icon indicating copy to clipboard operation
vscode-java copied to clipboard

Can not load gradle project

Open mamilic opened this issue 1 year ago • 2 comments
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
  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.

mamilic avatar Oct 01 '24 07:10 mamilic

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

  • https://github.com/spring-projects/spring-security/commit/c053f6f0c662e6b49edb7617498d9cf61e940fd5

fp024 avatar Oct 01 '24 08:10 fp024

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

mamilic avatar Oct 03 '24 07:10 mamilic