Skip to content

Commit 2c0ed7f

Browse files
authored
Ban deprecated stapler imports (jenkinsci#1757)
From plugin pom pull request: * jenkinsci/plugin-pom#1378
1 parent 985efe6 commit 2c0ed7f

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
@@ -47,7 +47,7 @@
4747
<spotbugs.threshold>Low</spotbugs.threshold>
4848
<spotless.check.skip>false</spotless.check.skip>
4949
<ban-junit4-imports.skip>false</ban-junit4-imports.skip>
50-
<ban-deprecated-stapler.skip>true</ban-deprecated-stapler.skip>
50+
<ban-deprecated-stapler.skip>false</ban-deprecated-stapler.skip>
5151
</properties>
5252

5353
<dependencyManagement>

0 commit comments

Comments
 (0)