mirror of
https://github.com/sbt/sbt.git
synced 2026-09-02 22:28:57 +02:00
**Problem** In sbt 2.x, forking still creates layered classloader in the worker process, which doesn't work for some tests. **Solution** This provides an escape hatch to emulate the sbt 1.x semantics of using the system classpath for testing.