mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-27 20:49:34 +00:00
Without this change, removing a file from the task's inputs would not be reflected in its output as the stale output file for that input would remain. Closes gh-46970