[Build] Fix dependency on JUnit in :pill:generate-all-tests

This commit is contained in:
Dmitriy Novozhilov
2021-11-25 11:48:30 +03:00
committed by teamcityserver
parent 330574cab6
commit 98934e15c0
@@ -24,7 +24,7 @@ dependencies {
}
testRuntimeOnly(files("${rootProject.projectDir}/dist/kotlinc/lib/kotlin-reflect.jar"))
testRuntimeOnly(commonDep("junit-bom"))
testRuntimeOnly(platform(commonDep("org.junit:junit-bom")))
testRuntimeOnly("org.junit.jupiter:junit-jupiter")
}