Skip to content

Commit 4436bfc

Browse files
Ban JUnit 4 imports
1 parent 8b5f33d commit 4436bfc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pom.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>org.jenkins-ci.plugins</groupId>
66
<artifactId>plugin</artifactId>
7-
<version>5.18</version>
7+
<version>5.22</version>
88
</parent>
99

1010
<artifactId>scriptler</artifactId>
@@ -27,6 +27,7 @@
2727
<gitHubRepo>jenkinsci/scriptler-plugin</gitHubRepo>
2828
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
2929
<spotless.check.skip>false</spotless.check.skip>
30+
<ban-junit4-imports.skip>false</ban-junit4-imports.skip>
3031
<!-- https://www.jenkins.io/doc/developer/plugin-development/choosing-jenkins-baseline/ -->
3132
<jenkins.baseline>2.504</jenkins.baseline>
3233
<jenkins.version>${jenkins.baseline}.1</jenkins.version>

0 commit comments

Comments
 (0)