Skip to content

Commit 1337c1c

Browse files
committed
remove no longer needed workaround
1 parent 3755b0e commit 1337c1c

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

project/ScalaDist.scala

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -65,13 +65,6 @@ object ScalaDist {
6565
// create lib directory by resolving scala-dist's dependencies
6666
// to populate the rest of the distribution, explode scala-dist artifact itself
6767
Universal / mappings ++= createMappingsWith(update.value.toSeq, universalMappings),
68-
69-
// work around regression in sbt-native-packager 1.0.5 where
70-
// these tasks invoke `tar` without any flags at all. the issue
71-
// was fixed in 1.1.0, so this could be revisited when we upgrade
72-
UniversalDocs / packageZipTarball / universalArchiveOptions := Seq("--force-local", "-pcvf"),
73-
UniversalDocs / packageXzTarball / universalArchiveOptions := Seq("--force-local", "-pcvf")
74-
7568
)
7669

7770
// private lazy val onWindows = System.getProperty("os.name").toLowerCase(Locale.ENGLISH).contains("windows")

0 commit comments

Comments
 (0)