From 02184477733a743ea138967becd458711ed13e01 Mon Sep 17 00:00:00 2001 From: Seth Tisue Date: Thu, 10 Nov 2016 08:30:16 -0800 Subject: [PATCH] update comment --- project/ScalaDist.scala | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/project/ScalaDist.scala b/project/ScalaDist.scala index 7549a4d0f..3df77befb 100644 --- a/project/ScalaDist.scala +++ b/project/ScalaDist.scala @@ -63,7 +63,8 @@ object ScalaDist { mappings in Universal ++= createMappingsWith(update.value.toSeq, universalMappings), // work around regression in sbt-native-packager 1.0.5 where - // these tasks invoke `tar` without any flags at all + // these tasks invoke `tar` without any flags at all. the issue + // was fixed in 1.1.0, so this could be revisited when we upgrade universalArchiveOptions in (UniversalDocs, packageZipTarball) := Seq("--force-local", "-pcvf"), universalArchiveOptions in (UniversalDocs, packageXzTarball ) := Seq("--force-local", "-pcvf")