mirror of
https://github.com/sbt/sbt.git
synced 2026-08-29 01:24:09 +02:00
I discovered there were a number of places where closing a ClassLoader didn't work correctly because I was assuming it was a URLClassLoader when it was actually a ClasspathFilter. I also incorrectly imported the wrong kind of URLClassLoader in Run.scala. Finally, I close the SbtMetaBuildClassLoader when xMain exits now.