Skip to content

Commit

Permalink
WINDUP-3748 Delete graph folder at the end of an analysis (#898)
Browse files Browse the repository at this point in the history
  • Loading branch information
mrizzi committed Mar 21, 2023
1 parent 99b13ee commit f3c7e0f
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@

import org.jboss.windup.config.KeepWorkDirsOption;
import org.jboss.windup.config.phase.ReportRenderingPhase;
import org.jboss.windup.exec.Util;
import org.jboss.windup.exec.WindupProcessor;
import org.jboss.windup.exec.WindupProgressMonitor;
import org.jboss.windup.exec.configuration.WindupConfiguration;
Expand Down Expand Up @@ -139,6 +140,7 @@ public void execute(WindupProgressMonitor progressMonitor, Collection<Path> rule
finally
{
graphCache.closeGraph(graphPath);
Util.deleteGraphDataUnlessInhibited(configuration, graphPath);
logHandler.flush();
globalLogger.removeHandler(logHandler);
}
Expand Down

0 comments on commit f3c7e0f

Please sign in to comment.