Skip to content

Commit

Permalink
Fix executeCommand task in build.gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
Yasuharu Nakano committed Jul 22, 2016
1 parent 2045223 commit b27f1b0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -351,6 +351,7 @@ def executeCommand(List command, Map additionalEnv = [:], File workDir = null) {
exec {
commandLine command
environment additionalEnv
if (workDir) workingDir workDir
}
}

Expand Down

0 comments on commit b27f1b0

Please sign in to comment.