Skip to content

Commit

Permalink
fix problem with WeakReference (via #316)
Browse files Browse the repository at this point in the history
  • Loading branch information
vbragin authored and eroshenkoam committed Nov 2, 2022
1 parent 6cdf1d7 commit 57ba27d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ public class AllureReportBuildAction implements BuildBadgeAction, RunAction2, Si

private Run<?, ?> run;

private WeakReference<BuildSummary> buildSummary;
private transient WeakReference<BuildSummary> buildSummary;

private String reportPath;

Expand Down

0 comments on commit 57ba27d

Please sign in to comment.