[Build] Remove testApiJUnit5 parameters

Instead of declaring additional dependencies inside the method, declare them directly
#KTI-1349 In Progress
This commit is contained in:
Alexander.Likhachev
2023-08-23 14:07:36 +02:00
committed by Space Team
parent 7a1dc1f89b
commit 0ecbb64c64
7 changed files with 19 additions and 35 deletions
+2 -1
View File
@@ -33,7 +33,8 @@ val testJsRuntime by configurations.creating {
}
dependencies {
testApiJUnit5(vintageEngine = true)
testApiJUnit5()
testRuntimeOnly(libs.junit.vintage.engine)
testApi(protobufFull())
testApi(projectTests(":compiler:tests-common"))