mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-26 20:09:02 +00:00
This commit ensures that before walking a source root, the Gradle plugin checks that it exists. This situation can only happen when a Gradle plugin adds new roots to SourceSets, but there are no sources in them. Fixes gh-47142