mirror of
https://github.com/spring-projects/spring-framework
synced 2026-06-08 17:33:33 +00:00
e500456f1c
A change in `docs.gradle` in 5.2.4 resulted in distribution zip files no longer being published to https://repo.spring.io/release/org/springframework/spring/. This commit fixes this by updating the `mavenContent` configuration as suggested by @wilkinsona. Closes gh-24605