Skip to content

Commit

Permalink
Ensure platform-tests use junit-jupiter from current build
Browse files Browse the repository at this point in the history
  • Loading branch information
marcphilipp committed Feb 11, 2021
1 parent 9b7a0ed commit 375f55b
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions buildSrc/src/main/kotlin/testing-conventions.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,7 @@ dependencies {
}

if (project.name != "junit-jupiter-engine") {
"testImplementation"(project(":junit-jupiter-api"))
"testImplementation"(project(":junit-jupiter-params"))

"testRuntimeOnly"(project(":junit-jupiter-engine"))
"testImplementation"(project(":junit-jupiter"))
}
"testImplementation"(testFixtures(project(":junit-jupiter-api")))

Expand Down

0 comments on commit 375f55b

Please sign in to comment.