Add time to build version.
This commit is contained in:
parent
1883ac06dd
commit
d0492462a4
1 changed files with 1 additions and 1 deletions
|
@ -44,7 +44,7 @@ def generateGitBuild = { ->
|
|||
stringBuilder.append('NoGitSystemAvailable')
|
||||
}
|
||||
stringBuilder.append('-')
|
||||
stringBuilder.append((new Date()).format('yyyy.MM.dd'))
|
||||
stringBuilder.append((new Date()).format('yyyy.MM.dd-HH:mm'))
|
||||
stringBuilder.append('"')
|
||||
return stringBuilder.toString()
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue