Skip to content

Commit 0218447

Browse files
committed
update comment
1 parent 181b757 commit 0218447

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

project/ScalaDist.scala

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,8 @@ object ScalaDist {
6363
mappings in Universal ++= createMappingsWith(update.value.toSeq, universalMappings),
6464

6565
// work around regression in sbt-native-packager 1.0.5 where
66-
// these tasks invoke `tar` without any flags at all
66+
// these tasks invoke `tar` without any flags at all. the issue
67+
// was fixed in 1.1.0, so this could be revisited when we upgrade
6768
universalArchiveOptions in (UniversalDocs, packageZipTarball) := Seq("--force-local", "-pcvf"),
6869
universalArchiveOptions in (UniversalDocs, packageXzTarball ) := Seq("--force-local", "-pcvf")
6970

0 commit comments

Comments
 (0)