Has anyone run into a problem with
Plugin [id: ‘org.springframework.boot’, version: ‘2.6.3’, apply: false] was not found in any of the following sources:
Try:
Run with --info or --debug option to get more log output. Run with --scan to get full insights.
Exception is:
org.gradle.api.plugins.UnknownPluginException: Plugin [id: ‘org.springframework.boot’, version: ‘2.6.3’, apply: false] was not found in any of the following sources:
Gradle Core Plugins (plugin is not in ‘org.gradle’ namespace)
It looks like you’re trying to upgrade the app rather than using the version the tutorial specifies. If you want an up-to-date version of the app with Angular 13 and Spring Boot 2.6.3, you can download it from the Angular Mini-Book site.