You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Maven samples use http://repo.spring.io/release, http://repo.spring.io/milestone and http://repo.spring.io/snapshot for plugins, and http://repo.spring.io/milestone and http://repo.spring.io/snapshot for dependencies.
The Gradle samples use mavenLocal and http://repo.spring.io/libs-snapshot for plugins, and varying combinations of mavenLocal, mavenCentral and http://repo.spring.io/libs-snapshot dependencies.