Skip to content

Commit

Permalink
Remove unneeded diff argument since ignoreExitValue is used
Browse files Browse the repository at this point in the history
Signed-off-by: Daniel Widdis <[email protected]>
  • Loading branch information
dbwiddis committed Nov 22, 2023
1 parent d92ee7c commit 9dc045c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@ diffCoverageReport {
file.withOutputStream { out ->
exec {
ignoreExitValue true
commandLine 'git', 'diff', '--no-color', '--minimal', diffBase, '|| true'
commandLine 'git', 'diff', '--no-color', '--minimal', diffBase
standardOutput = out
}
}
Expand Down

0 comments on commit 9dc045c

Please sign in to comment.