Fix: also clean shared-zip directory

This commit is contained in:
Laurent Clouet
2025-08-20 12:16:52 +02:00
parent a8437ccef6
commit 42f7d506d2

View File

@@ -137,6 +137,7 @@ public class DirectoryManager {
public void cleanWorkingDirectory() {
new DirectoryCleaner(this.configuration.getWorkingDirectory()).run();
new DirectoryCleaner(this.configuration.getWoolCacheDirectory()).run();
new DirectoryCleaner(this.configuration.getSharedDownloadsDirectory()).run();
}
/**