Skip to content

Commit 5f1a638

Browse files
authored
Merge pull request scala#5732 from retronym/topic/build-info-malarkey
More predictable performance of SBT build startup, reload
2 parents 759a7b7 + 5e9acac commit 5f1a638

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

project/plugins.sbt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,3 +20,7 @@ buildInfoKeys := Seq[BuildInfoKey](buildClasspath)
2020
buildInfoPackage := "scalabuild"
2121

2222
libraryDependencies += "com.typesafe" %% "mima-reporter" % "0.1.13"
23+
24+
concurrentRestrictions in Global := Seq(
25+
Tags.limitAll(1) // workaround for https://github.com/sbt/sbt/issues/2970
26+
)

0 commit comments

Comments
 (0)