sbt/run
Ethan Atkins 67df72ab01 Properly close a number of classloaders
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.
2019-05-02 14:38:33 -07:00
..
src Properly close a number of classloaders 2019-05-02 14:38:33 -07:00
NOTICE Add, configure & enforce file headers 2017-10-05 09:03:40 +01:00