Skip to content

Commit

Permalink
daemon thread interrupted when build finishes Fixes #188
Browse files Browse the repository at this point in the history
  • Loading branch information
augi committed Apr 26, 2019
1 parent 7392bfc commit e0070d0
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,7 @@ class ComposeExecutor {
})
t.daemon = true
t.start()
project.gradle.buildFinished { t.interrupt() }
}

Iterable<String> getServiceNames() {
Expand Down

0 comments on commit e0070d0

Please sign in to comment.