Skip to content

Commit

Permalink
Initialize executableCheckGoals
Browse files Browse the repository at this point in the history
  • Loading branch information
DaGeRe committed Nov 4, 2023
1 parent deda283 commit 53062a6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ public class ExecutionConfig implements FolderConfig, Serializable {
private long timeout = 5 * 60 * 1000;
private String cleanGoal;
private String testGoal;
private List<String> executableCheckGoals;
private List<String> executableCheckGoals = new LinkedList<>();
private List<String> includes = new LinkedList<>();
private List<String> excludes = new LinkedList<>();
private List<String> includeByRule = new LinkedList<>();
Expand Down

0 comments on commit 53062a6

Please sign in to comment.