Just wanted to upgrade from 3.4.5 which runs fine.

I tried

plugins { id 'java' id 'org.springframework.boot' version '3.5.0' }

Result:

  • What went wrong: Plugin [id: 'org.springframework.boot', version: '3.5.0'] was not found in any of the following sources:

  • Gradle Core Plugins (plugin is not in 'org.gradle' namespace)

  • Included Builds (No included builds contain this plugin)
  • Plugin Repositories (could not resolve plugin artifact 'org.springframework.boot:org.springframework.boot.gradle.plugin:3.5.0') Searched in the following repositories: Gradle Central Plugin Repository

Comment From: wilkinsona

The plugin is available in the Gradle Central Plugin Repository and works for me. If it appeared to be unavailable for you, I suspect that was due to a temporary glitch with the repository. If it continues, please report the problem to the Gradle team as it's out of Spring Boot's control.

Comment From: 4braincells

Seems IDEA has a problem again. 3.4.5 is in my gradle cache. anything else fails.