mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-20 22:59:01 +00:00
With our Java 17 baseline, the build configuration that is only applicable when building with Java 8 will never be used. This commit removes it. Closes gh-44129