gradle fix
This commit is contained in:
parent
a2d4f22bd7
commit
bad7e5d7c4
|
@ -27,7 +27,7 @@ def generateGitBuild = { ->
|
|||
String commitObject = stdout.toString().trim()
|
||||
stringBuilder.append(commitObject)
|
||||
} catch (ignored) {
|
||||
return "NoGitSystemAvailable";
|
||||
stringBuilder.append('NoGitSystemAvailable')
|
||||
}
|
||||
stringBuilder.append('-')
|
||||
stringBuilder.append((new Date()).format('yyyy.MM.dd'))
|
||||
|
|
Loading…
Reference in a new issue