Skip to content

Commit

Permalink
Experiment with disabling daemon for test invoking gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
themkat committed Nov 23, 2023
1 parent 8805ff9 commit 6654fd4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ abstract class DebugAdapterTestFixture(

@Before fun startDebugAdapter() {
// Build the project first
val process = ProcessBuilder("./gradlew", "assemble")
val process = ProcessBuilder("./gradlew", "--no-daemon", "assemble")
.directory(absoluteWorkspaceRoot.toFile())
.inheritIO()
.start()
Expand Down

0 comments on commit 6654fd4

Please sign in to comment.