[Build] Split junit-jupiter into api and engine

#KTI-1349 In Progress
This commit is contained in:
Alexander.Likhachev
2023-08-16 17:58:34 +02:00
committed by Space Team
parent 357d12fc8e
commit ef0fb557a5
6 changed files with 7 additions and 10 deletions
+1 -1
View File
@@ -16,7 +16,7 @@ dependencies {
testRuntimeOnly(project(":core:descriptors.runtime"))
testApiJUnit5(vintageEngine = true)
testApiJUnit5(vintageEngine = true, jupiterParams = true)
}
sourceSets {