Skip to content

Commit

Permalink
Create parent folder for build event protocol files
Browse files Browse the repository at this point in the history
  • Loading branch information
agustinmista authored and agustinmista-zenseact committed Jan 3, 2025
1 parent cae59ef commit 110f864
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1047,7 +1047,8 @@ public BufferedOutputStream create(BuildEventFileType eventFileType, String file
cmdEnv,
cmdEnv.getReporter(),
/* append= */ null,
/* internal= */ null);
/* internal= */ null,
/* createParent= */ true);
return new BufferedOutputStream(output.createOutputStream());
}
}
Expand Down

0 comments on commit 110f864

Please sign in to comment.