• S
    Add dependency on JUnit Vintage TestEngine for IDEA · fcdf3900
    Sam Brannen 提交于
    This commit introduces an explicit dependency on the latest JUnit
    Vintage TestEngine so that it overrides whatever is bundled by
    default in IntelliJ IDEA.
    
    This allows for a more seamless upgrade to newer versions of JUnit 5 and
    the JUnit Platform before IDEA has been officially updated to support
    those versions, while simultaneously allowing developers to continue
    to execute JUnit 4 based tests within IDEA.
    fcdf3900
build.gradle 51.0 KB