Skip to content

Commit

Permalink
Another attempt
Browse files Browse the repository at this point in the history
  • Loading branch information
mannodermaus committed Sep 2, 2018
1 parent 4c05307 commit ae671d3
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -313,7 +313,8 @@ class FunctionalTests {
val buildResult = GradleRunner.create()
.withProjectDir(testProjectDir)
.withPluginClasspath(pluginClasspath)
.withArguments(listOf(tasks, "--no-daemon"))
.withArguments(tasks)
.withDebug(true) // Run in-process instead of using a daemon
.build()

assertAll(
Expand Down

0 comments on commit ae671d3

Please sign in to comment.