Skip to content

Commit e3633cb

Browse files
committed
Ban JUnit 4 imports so that new tests will be JUnit 5
1 parent a852c41 commit e3633cb

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@
4343
<!-- Not yet ready for Low threshold, too many warnings to resolve -->
4444
<spotbugs.threshold>Medium</spotbugs.threshold>
4545
<spotless.check.skip>false</spotless.check.skip>
46+
<ban-junit4-imports.skip>false</ban-junit4-imports.skip>
4647
</properties>
4748

4849
<dependencyManagement>

0 commit comments

Comments
 (0)