Skip to content

Commit 66935fe

Browse files
authored
Ban JUnit 4 imports (#142)
All tests in the plugin are using JUnit 5.
1 parent 053404c commit 66935fe

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@
4141
<gitHubRepo>jenkinsci/${project.artifactId}-plugin</gitHubRepo>
4242
<hpi.compatibleSinceVersion>3.2</hpi.compatibleSinceVersion>
4343
<spotless.check.skip>false</spotless.check.skip>
44+
<ban-junit4-imports.skip>false</ban-junit4-imports.skip>
4445
</properties>
4546

4647
<dependencyManagement>

0 commit comments

Comments
 (0)