File tree Expand file tree Collapse file tree 1 file changed +0
-7
lines changed Expand file tree Collapse file tree 1 file changed +0
-7
lines changed Original file line number Diff line number Diff line change @@ -65,13 +65,6 @@ object ScalaDist {
65
65
// create lib directory by resolving scala-dist's dependencies
66
66
// to populate the rest of the distribution, explode scala-dist artifact itself
67
67
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
-
75
68
)
76
69
77
70
// private lazy val onWindows = System.getProperty("os.name").toLowerCase(Locale.ENGLISH).contains("windows")
You can’t perform that action at this time.
0 commit comments