mirror of
https://github.com/sbt/sbt.git
synced 2026-09-07 11:01:08 +02:00
**Problem** When usePipelining := true in a multi-project build, sbt appends -Ypickle-java and -Ypickle-write <path>/early.jar to scalacOptions for fast parallel compilation. These flags were being leaked into the Scala REPL, causing failure on console **Solution** Strip pipelining flags before forwarding to the REPL in Deafults.scala.