mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-25 02:49:03 +00:00
Refine `buildSrc` so that `spring.mavenRepositories()` are considered for all build types (not just milestones and snapshots). We now pass "springFrameworkVersion" to `SpringRepositorySupport.groovy` so that repo.spring.io doesn't get added for OSS builds using release artifacts. Closes gh-46823