Skip to content
This repository has been archived by the owner on Feb 11, 2022. It is now read-only.

Commit

Permalink
Add missing plugin classpath
Browse files Browse the repository at this point in the history
  • Loading branch information
mr-archano committed Mar 9, 2019
1 parent e10a6cd commit adb9c8f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions plugin/src/test/groovy/com/novoda/test/TestProject.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,7 @@ abstract class TestProject<T extends TestProject> {
return GradleRunner.create()
.withProjectDir(projectDir)
.withArguments(args)
.withPluginClasspath()
.forwardOutput()
}

Expand Down

0 comments on commit adb9c8f

Please sign in to comment.