Slightly modify the format of the build date
This commit is contained in:
parent
def303c069
commit
82c32bb448
1 changed files with 1 additions and 1 deletions
|
@ -157,7 +157,7 @@ run {
|
|||
}
|
||||
|
||||
task processSource(type: Sync) {
|
||||
def date = new Date().format("MMMM dd, yyyy")
|
||||
def date = new Date().format("d MMM yyyy")
|
||||
def gitOutput = new ByteArrayOutputStream()
|
||||
|
||||
exec {
|
||||
|
|
Loading…
Add table
Reference in a new issue