Revert workaround for timestamp issue in war file creation (#2714)

This commit is contained in:
Naoki Takezoe
2021-03-23 08:56:33 +09:00
committed by GitHub
parent 8b01e5bc1f
commit 142be65893

View File

@@ -186,9 +186,7 @@ executableKey := {
manifest.getMainAttributes put (AttrName.MANIFEST_VERSION, "1.0")
manifest.getMainAttributes put (AttrName.MAIN_CLASS, "JettyLauncher")
val outputFile = workDir / warName
IO jar (contentMappings.map { case (file, path) => (file, path.toString) }, outputFile, manifest, Some(
System.currentTimeMillis()
))
IO jar (contentMappings.map { case (file, path) => (file, path.toString) }, outputFile, manifest)
// generate checksums
Seq(