Skip to content

Commit

Permalink
Bump org.jenkins-ci.plugins:plugin from 4.76 to 4.77 (#115)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Feb 10, 2024
1 parent 495e850 commit 92a8194
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.jenkins-ci.plugins</groupId>
<artifactId>plugin</artifactId>
<version>4.76</version>
<version>4.77</version>
</parent>

<artifactId>msbuild</artifactId>
Expand Down
1 change: 1 addition & 0 deletions src/main/java/hudson/plugins/msbuild/MsBuildBuilder.java
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ public class MsBuildBuilder extends Builder {
private final String msBuildFile;
private final String cmdLineArgs;
private final boolean buildVariablesAsProperties;
@SuppressFBWarnings(value = "UUF_UNUSED_FIELD", justification = "Retain for compatibility")
private transient boolean continueOnBuilFailure;
private final boolean continueOnBuildFailure;
private final boolean unstableIfWarnings;
Expand Down

0 comments on commit 92a8194

Please sign in to comment.