sbt/main
Ethan Atkins 76f3bb271e Close test classloaders correctly
While testing some classloader changes, I realized that we didn't always
close the test classloaders because they didn't necessarily extend
URLClassLoader, but instead implemented AutoCloseable.

Bonus: don't set the context classloader. It turns out that the test
framework does that anyway inside of trl.run so it was pointless to do
in Defaults.scala.
2019-06-06 19:17:59 -07:00
..
src Close test classloaders correctly 2019-06-06 19:17:59 -07:00
NOTICE Add, configure & enforce file headers 2017-10-05 09:03:40 +01:00