[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
@@ -23,7 +23,8 @@ dependencies {
|
||||
|
||||
testCompileOnly(project(":compiler:cli-common"))
|
||||
testApi(projectTests(":compiler:tests-common"))
|
||||
testApiJUnit5(jupiterParams = true)
|
||||
testApiJUnit5()
|
||||
testImplementation(libs.junit.jupyter.params)
|
||||
testApi(libs.junit4)
|
||||
testApi(protobufFull())
|
||||
testApi(kotlinStdlib())
|
||||
|
||||
Reference in New Issue
Block a user