Anyone seen `Execution default-test of goal org.ap...
# kotest
b
Anyone seen
Execution default-test of goal org.apache.maven.plugins:maven-surefire-plugin:2.22.2:test failed: java.lang.BootstrapMethodError: java.lang.IllegalAccessError: no such method: org.junit.platform.launcher.TagFilter.includeTags(List)PostDiscoveryFilter/invokeStatic: org/junit/platform/commons/PreconditionViolationException: org.junit.platform.commons.PreconditionViolationException -> [Help 1]
before?
I was on maven-surefire-plugin 2.22.1 and googled this and it said to use 2.22.2, but even after upgrading I see the same issue
This is when trying to use
mvn test
with kotest 4.1.1
I've also got junit-jupiter-api explicitly specified...but it's 5.2.0 which appears to be the same as what kotest wants
s
Are you sure kotest isn't using 5.6.0
Ok
b
Oh, I think you're right (about kotest's jupiter version) but it must have been a display bug in intellij or something...it showed 5.2.0 (conflict with 5.2.0) which I thought was weird