[Build] Remove testApiJUnit5 parameters
Instead of declaring additional dependencies inside the method, declare them directly #KTI-1349 In Progress
This commit is contained in:
committed by
Space Team
parent
7a1dc1f89b
commit
0ecbb64c64
@@ -10,7 +10,10 @@ dependencies {
|
||||
testApi(projectTests(":compiler:tests-compiler-utils"))
|
||||
testApi(projectTests(":compiler:tests-common-new"))
|
||||
|
||||
testApiJUnit5(vintageEngine = true, runner = true, suiteApi = true)
|
||||
testApiJUnit5()
|
||||
testApi(libs.junit.platform.runner)
|
||||
testApi(libs.junit.platform.suite.api)
|
||||
runtimeOnly(libs.junit.vintage.engine)
|
||||
|
||||
testImplementation(intellijCore())
|
||||
}
|
||||
|
||||
@@ -16,7 +16,9 @@ dependencies {
|
||||
|
||||
testRuntimeOnly(project(":core:descriptors.runtime"))
|
||||
|
||||
testApiJUnit5(vintageEngine = true, jupiterParams = true)
|
||||
testApiJUnit5()
|
||||
testImplementation(libs.junit.jupyter.params)
|
||||
runtimeOnly(libs.junit.vintage.engine)
|
||||
}
|
||||
|
||||
sourceSets {
|
||||
|
||||
Reference in New Issue
Block a user