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.
2 parents 1a8dfbb + a6873a2 commit 655b659Copy full SHA for 655b659
build.sbt
@@ -598,6 +598,9 @@ lazy val scalacheck = project.in(file("test") / "scalacheck")
598
libraryDependencies ++= Seq(scalacheckDep),
599
unmanagedSourceDirectories in Compile := Nil,
600
unmanagedSourceDirectories in Test := List(baseDirectory.value)
601
+ ).settings(
602
+ // Workaround for https://github.com/sbt/sbt/pull/3985
603
+ List(Keys.test, Keys.testOnly).map(task => parallelExecution in task := false) : _*
604
)
605
606
lazy val osgiTestFelix = osgiTestProject(
0 commit comments