[Build] Extract configuration of JUnit5 dependencies to common helper in buildSrc

This commit is contained in:
Dmitriy Novozhilov
2021-02-01 12:21:29 +03:00
parent dea3c954f1
commit c432efc364
10 changed files with 63 additions and 42 deletions
@@ -7,8 +7,7 @@ dependencies {
testRuntimeOnly(intellijDep()) // Should come before compiler, because of "progarded" stuff needed for tests
testImplementation(kotlinStdlib())
testImplementation(platform("org.junit:junit-bom:5.7.0"))
testImplementation("org.junit.jupiter:junit-jupiter")
testApiJUnit5()
testImplementation(projectTests(":compiler:tests-common"))
testImplementation(projectTests(":compiler:test-infrastructure"))
testImplementation(projectTests(":compiler:tests-common-new"))