We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f0e9c40 commit b5d59dcCopy full SHA for b5d59dc
build.sbt
@@ -290,6 +290,9 @@ lazy val commonSettings = instanceSettings ++ clearSourceAndResourceDirectories
290
packageOptions in Compile in packageBin := Seq.empty,
291
packageOptions in Compile in packageSrc := Seq.empty,
292
293
+ // workaround for SBT regression. Real fix coming in https://github.com/scala/scala/pull/8525.
294
+ mappings in Compile in packageBin := (mappings in Compile in packageBin).value.filterNot(_._2 == ""),
295
+
296
// Lets us CTRL-C partest without exiting SBT entirely
297
cancelable in Global := true,
298
0 commit comments