[Test] Fix dependencies in task [JPS] Generate All Tests
This commit is contained in:
committed by
TeamCityServer
parent
8689fc43cd
commit
ef3d966d53
@@ -7,6 +7,7 @@ plugins {
|
|||||||
val depenencyProjects = arrayOf(
|
val depenencyProjects = arrayOf(
|
||||||
":generators",
|
":generators",
|
||||||
":compiler",
|
":compiler",
|
||||||
|
":compiler:tests-common-new",
|
||||||
":compiler:tests-for-compiler-generator",
|
":compiler:tests-for-compiler-generator",
|
||||||
":js:js.tests",
|
":js:js.tests",
|
||||||
":compiler:tests-java8",
|
":compiler:tests-java8",
|
||||||
@@ -20,6 +21,8 @@ dependencies {
|
|||||||
}
|
}
|
||||||
|
|
||||||
testRuntimeOnly(files("${rootProject.projectDir}/dist/kotlinc/lib/kotlin-reflect.jar"))
|
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 {
|
sourceSets {
|
||||||
|
|||||||
Reference in New Issue
Block a user