Merge branch '3.2.x' into 3.3.x

Closes gh-42081
This commit is contained in:
Phillip Webb
2024-09-01 18:51:33 -07:00
3 changed files with 5 additions and 4 deletions

View File

@@ -118,6 +118,7 @@ public interface BuildLog {
* Log that a cache cleanup step was not completed successfully.
* @param cache the cache
* @param exception any exception that caused the failure
* @since 3.2.6
*/
void failedCleaningWorkDir(Cache cache, Exception exception);