Skip to content

Commit

Permalink
Mark logger as transient (#285)
Browse files Browse the repository at this point in the history
  • Loading branch information
Reamer authored Feb 2, 2023
1 parent 2da3b45 commit 0a1c04c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ public class VaultBuildWrapper extends SimpleBuildWrapper {
private List<VaultSecret> vaultSecrets;
private List<String> valuesToMask = new ArrayList<>();
private transient VaultAccessor vaultAccessor = new VaultAccessor();
protected PrintStream logger;
protected transient PrintStream logger;

@DataBoundConstructor
public VaultBuildWrapper(@CheckForNull List<VaultSecret> vaultSecrets) {
Expand Down

0 comments on commit 0a1c04c

Please sign in to comment.