See gh-42069
This commit is contained in:
Johnny Lim
2024-08-31 11:30:18 +09:00
committed by Phillip Webb
parent 8c1d9872d2
commit a8452b54b5
3 changed files with 5 additions and 4 deletions

View File

@@ -443,9 +443,9 @@ class BuildImageTests extends AbstractArchiveIntegrationTests {
});
}
private static void cleanupCache(Path buildCachePath) {
private static void cleanupCache(Path cachePath) {
try {
FileSystemUtils.deleteRecursively(buildCachePath);
FileSystemUtils.deleteRecursively(cachePath);
}
catch (Exception ex) {
// ignore