sbt/main
Ethan Atkins a12bccf4a3 Use java to implement XMain classloaders
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.
2019-09-27 13:23:42 -07:00
..
src Use java to implement XMain classloaders 2019-09-27 13:23:42 -07:00
NOTICE Add, configure & enforce file headers 2017-10-05 09:03:40 +01:00