[Build] Split junit-jupiter into api and engine
#KTI-1349 In Progress
This commit is contained in:
committed by
Space Team
parent
357d12fc8e
commit
ef0fb557a5
@@ -25,7 +25,7 @@ dependencies {
|
||||
|
||||
testRuntimeOnly(files("${rootProject.projectDir}/dist/kotlinc/lib/kotlin-reflect.jar"))
|
||||
testRuntimeOnly(platform(libs.junit.bom))
|
||||
testRuntimeOnly(libs.junit.jupyter)
|
||||
testRuntimeOnly(libs.junit.jupyter.engine)
|
||||
|
||||
if (kotlinBuildProperties.isInJpsBuildIdeaSync) {
|
||||
testRuntimeOnly(project(":core:descriptors.runtime"))
|
||||
|
||||
Reference in New Issue
Block a user