Skip to content

Commit

Permalink
Fix problem with test-compile dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthias Merdes authored and Matthias Merdes committed Nov 18, 2016
1 parent 7b25a68 commit b1942ea
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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'))
Expand Down

0 comments on commit b1942ea

Please sign in to comment.