[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
@@ -17,7 +17,8 @@ dependencies {
|
||||
testCompileOnly(project(":kotlin-compiler"))
|
||||
testImplementation(project(":kotlin-scripting-jvm-host-unshaded"))
|
||||
|
||||
testApiJUnit5(vintageEngine = true)
|
||||
testApiJUnit5()
|
||||
testRuntimeOnly(libs.junit.vintage.engine)
|
||||
|
||||
testApi(projectTests(":compiler:tests-common-new"))
|
||||
testApi(projectTests(":compiler:test-infrastructure"))
|
||||
|
||||
Reference in New Issue
Block a user