Skip to content

Commit b9388f9

Browse files
author
TheSnoozer
committed
force delete directory
1 parent 4703c32 commit b9388f9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/test/java/pl/project13/core/GitCommitIdPluginIntegrationTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1517,7 +1517,7 @@ private File createTmpDotGitDirectory(@Nonnull AvailableGitTestRepo availableGit
15171517

15181518
private void deleteDir(@Nonnull Path toBeDeleted) throws IOException {
15191519
if (toBeDeleted.toFile().exists()) {
1520-
FileUtils.deleteDirectory(toBeDeleted.toFile());
1520+
FileUtils.forceDelete(toBeDeleted.toFile());
15211521
}
15221522
}
15231523

0 commit comments

Comments
 (0)