Skip to content

Commit

Permalink
Restored the reloadOutputDirectory method needed for the Gradle plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
wakaleo committed Jul 16, 2023
1 parent 41f0ccc commit 4ac6f96
Showing 1 changed file with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,13 @@ public File loadHistoryDirectoryFromSystemProperties() {
return newOutputDirectory;
}

/**
* If some property that can change output directory@Override was changed this method should be called
*/
public void reloadOutputDirectory() {
setOutputDirectory(loadOutputDirectoryFromSystemProperties());
}

@Override
public int getStepDelay() {
int stepDelay = 0;
Expand Down

0 comments on commit 4ac6f96

Please sign in to comment.