Merge branch '3.2.x' into 3.3.x
Closes gh-42081
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user