diff --git a/junit-jupiter-migration-support/junit-jupiter-migration-support.gradle b/junit-jupiter-migration-support/junit-jupiter-migration-support.gradle index cd88bd983e3c..49f28d2d30a8 100644 --- a/junit-jupiter-migration-support/junit-jupiter-migration-support.gradle +++ b/junit-jupiter-migration-support/junit-jupiter-migration-support.gradle @@ -26,10 +26,10 @@ dependencies { testCompile(project(':junit-platform-launcher')) + testCompile(project(path: ':junit-platform-engine', configuration: 'testArtifacts')) testCompile("org.assertj:assertj-core:${assertJVersion}") testCompile("org.mockito:mockito-core:${mockitoVersion}") - // Include junit-platform-console so that the JUnit Gradle plugin // uses the local version of the ConsoleLauncher. testRuntime(project(path: ':junit-platform-console', configuration: 'shadow'))