forked from phoedos/pmd
002ecb7783
When using kotlin test, which brings in the JUnit5 platform, additionally the junit-vintage-engine needs to be added to the test classpath, so that surefire will execute all tests (junit5/kotlin test + junit4 tests).