After import of 2021 Java project to 2022 with VSCode, vendordep library imports are not working. Also, the first line in the build.gradle is flagged as an error and the message is:
The supplied phased action failed with an exception.
Could not resolve all dependencies for configuration ‘:compileClasspath’.
Using insecure protocols with repositories, without explicit opt-in, is unsupported. Switch Maven repository ‘WPI3f48eb8c-50fe-43a6-9cb7-44c86353c4cb_0Release(http://www.revrobotics.com/content/sw/max/sdk/maven/)’ to redirect to a secure protocol (like HTTPS) or allow insecure protocols. See UrlArtifactRepository - Gradle DSL Version 7.3.3 for more details. Java(0)
The vendordep files are current 2022 with https and correct urls. This was a problem some time ago but was resolved as far as I know, so I’m not sure what is causing this.