Skip to content

Commit

Permalink
Merge pull request #79 from ADI10HERO/fix-buildmetadata
Browse files Browse the repository at this point in the history
fix: make buildMetadata transient
  • Loading branch information
ADI10HERO authored Jul 30, 2021
2 parents 7e5e791 + 47434a1 commit 8f5e746
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ public static class Execution extends SynchronousStepExecution<String> {
@SuppressFBWarnings(
value = "SE_TRANSIENT_FIELD_NOT_RESTORED",
justification = "Only used when starting.")
private final String buildMetadata;
private final transient String buildMetadata;

protected Execution(
String outputFormat,
Expand Down

0 comments on commit 8f5e746

Please sign in to comment.