Skip to content

Commit

Permalink
chore: forward output for TestKit runs
Browse files Browse the repository at this point in the history
  • Loading branch information
TheMrMilchmann committed Mar 2, 2023
1 parent 2bf6dc0 commit 4a79048
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ class ECJPluginTest {
.withGradleVersion(gradleVersion)
.withPluginClasspath()
.withProjectDir(projectDir.toFile())
.forwardOutput()
.build()
}

Expand Down Expand Up @@ -125,6 +126,7 @@ class ECJPluginTest {
.withGradleVersion(gradleVersion)
.withPluginClasspath()
.withProjectDir(projectDir.toFile())
.forwardOutput()
.build()
}

Expand Down Expand Up @@ -159,6 +161,7 @@ class ECJPluginTest {
.withGradleVersion(gradleVersion)
.withPluginClasspath()
.withProjectDir(projectDir.toFile())
.forwardOutput()
.build()
}

Expand Down

0 comments on commit 4a79048

Please sign in to comment.