[Build] Add dependency on :core:descriptors.runtime to spec tests
This is needed to run those tests via JPS
This commit is contained in:
committed by
teamcity
parent
62b774b2e3
commit
167a4c6b97
@@ -20,6 +20,7 @@ dependencies {
|
|||||||
api("org.jsoup:jsoup:1.14.2")
|
api("org.jsoup:jsoup:1.14.2")
|
||||||
if (isIdeaActive) testRuntimeOnly(files("${rootProject.projectDir}/dist/kotlinc/lib/kotlin-reflect.jar"))
|
if (isIdeaActive) testRuntimeOnly(files("${rootProject.projectDir}/dist/kotlinc/lib/kotlin-reflect.jar"))
|
||||||
testRuntimeOnly(project(":kotlin-reflect"))
|
testRuntimeOnly(project(":kotlin-reflect"))
|
||||||
|
testRuntimeOnly(project(":core:descriptors.runtime"))
|
||||||
|
|
||||||
testApiJUnit5(vintageEngine = true)
|
testApiJUnit5(vintageEngine = true)
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user