mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-24 02:09:05 +00:00
Update `buildSrc` so that the `check` command is run as part of the regular build. This restores the behavior of Gradle 7.x and will hopefully allow us to catch test issues earlier. Closes gh-43192