Slightly modify the format of the build date

This commit is contained in:
Tobi Schäfer 2024-06-15 12:23:03 +02:00
parent def303c069
commit 82c32bb448
Signed by: tobi
GPG key ID: 91FAE6FE2EBAC4C8

View file

@ -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 {