The latest version of intelij did fix some junit 5 interaction.
Although it doesn't package the correct dependencies itself yet,
we can override them. We supply m4 versions of the platform and vintage.
This makes intelij call into the correct code and everything works again.
Fix can probably reverted once IntelliJ offers long term solution.
Fix by @LiamClark, based on https://youtrack.jetbrains.com/issue/IDEA-170817#comment=27-2081808
The latest version of intelij did fix some junit 5 interaction. Although it doesn't package the correct dependencies itself yet, we can override them. We supply m4 versions of the platform and vintage.
This makes intelij call into the correct code and everything works again.
Fix can probably reverted once IntelliJ offers long term solution.