*can anyone help me with this error ?? 20.35 * ...
# plugin-development
j
*can anyone help me with this error ?? 20.35 * What went wrong:* 20.36 Plugin [id: 'org.springframework.boot', version: '3.0.1'] was not found in any of the following sources: 20.36 20.36 - Gradle Core Plugins (plugin is not in 'org.gradle' namespace) 20.36 - Included Builds (No included builds contain this plugin) 20.36 - Plugin Repositories (could not resolve plugin artifact 'org.springframework.bootorg.springframework.boot.gradle.plugin3.0.1') 20.36 Searched in the following repositories: 20.36 Gradle Central Plugin Repository 20.36 20.36 * Try: 20.36 > Run with --stacktrace option to get the stack trace. 20.36 > Run with --info or --debug option to get more log output. 20.36 > Run with --scan to get full insights. 20.37 > Get more help at https://help.gradle.org. 20.37 20.37 BUILD FAILED in 19s
m
Try to configure repositories like described here: https://docs.gradle.org/current/userguide/declaring_repositories.html#declaring-basic-repositories and btw Spring Boot 3.0.1 is not supported anymore check versions here https://spring.io/projects/spring-boot#support
v
Please don't cross-post to multiple channels, that wastes the time of anyone reading the message multiple times and splits discussions. Pick one appropriate channel according to name and subject and at most post a link in other channels if you really feel you need more attention. Besides that this channel is not appropriate if you are not developing a plugin.