We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ad9c92a commit 5e542a9Copy full SHA for 5e542a9
build.gradle
@@ -15,7 +15,7 @@ def getDevelopmentVersion() {
15
def error = new StringBuilder()
16
def gitShortHash = 'git rev-parse --short HEAD'.execute()
17
gitShortHash.consumeProcessOutput(output, error)
18
- gitShortHash.waitForOrKill(2000)
+ gitShortHash.waitForOrKill(10000)
19
def gitHash = output.toString().trim()
20
if (gitHash.isEmpty()) {
21
println "git hash is empty: error: ${error.toString()}"
0 commit comments