diff --git a/build.gradle b/build.gradle index 7fbd71a4..4289728a 100644 --- a/build.gradle +++ b/build.gradle @@ -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 {