spring-projects / spring-statemachine

Spring Statemachine is a framework for application developers to use state machine concepts with Spring.
1.54k stars 604 forks source link

Problem importing project into vscode #957

Open jvalkeal opened 3 years ago

jvalkeal commented 3 years ago

Looks like after gradle upgrade to 6.8(needed for boot 2.5.x), using test artifacts in other modules have trouble in vscode, not sure if same trouble with eclipse also. Opening all test files having issues seems to fix problem.

Probably related to eclipse/buildship#1035