sbt/worker/src
eugene yokota 4a02167fa4
[2.x] feat: ClassLoaderStrategy.Raw (#9161)
**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.
2026-04-30 12:35:30 -04:00
..
main/java [2.x] feat: ClassLoaderStrategy.Raw (#9161) 2026-04-30 12:35:30 -04:00
test/scala/sbt/internal/worker1 Reimplement test agent as a worker command 2025-07-04 01:28:56 -04:00