Skip to content

Commit 8f79efd

Browse files
committed
Add Built-On entry to war manifests
1 parent 8ac3215 commit 8f79efd

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

tds/build.gradle.kts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -343,6 +343,7 @@ for (taskName in warTaskNames) {
343343
dependsOn(compileGwt)
344344
from(gwtDir)
345345
destinationDirectory = downloadsDir
346+
manifest { manifest { attributes["Built-On"] = buildProps["buildTimestamp"] } }
346347
}
347348
}
348349

0 commit comments

Comments
 (0)