Skip to content

Commit

Permalink
Try disabling daemon in GradleRunner tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mannodermaus committed Sep 2, 2018
1 parent 7720a3c commit 4c05307
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -313,7 +313,7 @@ class FunctionalTests {
val buildResult = GradleRunner.create()
.withProjectDir(testProjectDir)
.withPluginClasspath(pluginClasspath)
.withArguments(tasks)
.withArguments(listOf(tasks, "--no-daemon"))
.build()

assertAll(
Expand Down

0 comments on commit 4c05307

Please sign in to comment.