[Test] Enable builtin parallel tests execution form JUnit5 in :compiler:tests-common-new

This commit is contained in:
Dmitriy Novozhilov
2021-01-14 12:18:55 +03:00
committed by TeamCityServer
parent 78b2eb994b
commit 2f1e4862e5
9 changed files with 53 additions and 3 deletions
@@ -27,6 +27,7 @@ dependencies {
testApi(platform("org.junit:junit-bom:5.7.0"))
testApi("org.junit.jupiter:junit-jupiter")
testApi("org.junit.platform:junit-platform-commons:1.7.0")
testApi("org.junit.platform:junit-platform-launcher:1.7.0")
testCompileOnly(project(":kotlin-reflect-api"))
testRuntimeOnly(project(":kotlin-reflect"))