Skip to content

Commit 0e892b2

Browse files
Michel HartmannMichelHartmann
authored andcommitted
include timestamp for build
1 parent e9ec006 commit 0e892b2

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -241,6 +241,7 @@ test {
241241
jar {
242242
manifest {
243243
attributes(
244+
"Implementation-Build-Date": new Date().format("yyyy-MM-dd'T'HH:mm:ssZ"),
244245
"Implementation-Title": project.description,
245246
"Implementation-Version": project.version,
246247
"Implementation-Vendor-Id": project.group,

0 commit comments

Comments
 (0)