[Build] Get rid of the testApiJUnit5 method
#KTI-1349 In Progress
This commit is contained in:
committed by
Space Team
parent
53fde520d5
commit
6f96be0b76
@@ -34,7 +34,9 @@ dependencies {
|
||||
embedded(project(":analysis:low-level-api-fir")) { isTransitive = false }
|
||||
embedded(project(":analysis:symbol-light-classes")) { isTransitive = false }
|
||||
|
||||
testApiJUnit5()
|
||||
testApi(platform(libs.junit.bom))
|
||||
testImplementation(libs.junit.jupyter.api)
|
||||
testRuntimeOnly(libs.junit.jupyter.engine)
|
||||
testApi(projectTests(":kotlin-annotation-processing-compiler"))
|
||||
testImplementation(project(":analysis:analysis-api-standalone"))
|
||||
testRuntimeOnly(toolsJar())
|
||||
|
||||
Reference in New Issue
Block a user