diff --git a/app/build.gradle b/app/build.gradle index 85c867cc6..2d97f7538 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -7,7 +7,6 @@ plugins { // For constructing gitSha def getGitSha = { - def stdout = new ByteArrayOutputStream() try { providers.exec { commandLine 'git', 'rev-parse', '--short=7', 'HEAD'