mirror of
https://github.com/sbt/sbt.git
synced 2026-09-07 11:01:08 +02:00
I realized that some builds may crash if we automatically close the classloaders. While I do think that is a good thing in general that we are closing the loaders by default, we shuold have an option for supressing this behavior. I made all of the custom classloaders that we define for test and run check this property before calling the super.close method.