[Test] Fix dependencies in task [JPS] Generate All Tests

This commit is contained in:
Dmitriy Novozhilov
2020-12-23 12:18:42 +03:00
committed by TeamCityServer
parent 8689fc43cd
commit ef3d966d53
@@ -7,6 +7,7 @@ plugins {
val depenencyProjects = arrayOf(
":generators",
":compiler",
":compiler:tests-common-new",
":compiler:tests-for-compiler-generator",
":js:js.tests",
":compiler:tests-java8",
@@ -20,6 +21,8 @@ dependencies {
}
testRuntimeOnly(files("${rootProject.projectDir}/dist/kotlinc/lib/kotlin-reflect.jar"))
testRuntimeOnly(platform("org.junit:junit-bom:5.7.0"))
testRuntimeOnly("org.junit.jupiter:junit-jupiter")
}
sourceSets {