mirror of
https://github.com/gitbucket/gitbucket.git
synced 2026-05-06 05:55:28 +02:00
Revert workaround for timestamp issue in war file creation (#2714)
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user