Skip to content

Commit c705bf1

Browse files
authored
Ban deprecated stapler imports (#286)
From plugin pom pull request: * jenkinsci/plugin-pom#1378
1 parent bbfe446 commit c705bf1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
<spotbugs.threshold>Low</spotbugs.threshold>
5050
<spotless.check.skip>false</spotless.check.skip>
5151
<ban-junit4-imports.skip>false</ban-junit4-imports.skip>
52-
<ban-deprecated-stapler.skip>true</ban-deprecated-stapler.skip>
52+
<ban-deprecated-stapler.skip>false</ban-deprecated-stapler.skip>
5353
</properties>
5454

5555
<dependencies>

0 commit comments

Comments
 (0)