From 142be65893c620a635615c5672f3af8ba4cf0bc5 Mon Sep 17 00:00:00 2001 From: Naoki Takezoe Date: Tue, 23 Mar 2021 08:56:33 +0900 Subject: [PATCH] Revert workaround for timestamp issue in war file creation (#2714) --- build.sbt | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/build.sbt b/build.sbt index 6cc5d2e41..e79eaf639 100644 --- a/build.sbt +++ b/build.sbt @@ -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(