mirror of
https://github.com/sbt/sbt.git
synced 2026-09-03 16:39:24 +02:00
These classloaders which are created if sbt is launched with a legacy launcher (or one that doesn't follow the current classloading hierarchy convention), were implemented in scala, but that meant that they were not parallel capable. I fix that by moving the implementations to java. I also move the static method that creates a MetaBuildLoader into the java class.