mirror of https://github.com/sbt/sbt.git
**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. |
||
|---|---|---|
| .. | ||
| main/java | ||
| test/scala/sbt/internal/worker1 | ||