Skip to content

Commit

Permalink
Merge pull request apache#7400 from alex268/master
Browse files Browse the repository at this point in the history
Implement repeatExecution for GradleItem
  • Loading branch information
matthiasblaesing authored Jun 23, 2024
2 parents e1c9ff4 + 49b20d6 commit 02c6612
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -284,7 +284,9 @@ public String getDisplayName() {

@Override
public void repeatExecution() {
//TODO: Implement
if (config.getExecFlags().contains(RunConfig.ExecFlag.REPEATABLE)) {
RunUtils.executeGradle(config, null);
}
}

@Override
Expand Down

0 comments on commit 02c6612

Please sign in to comment.