sbt/main
Ethan Atkins 20f6d22439 Fix memory leak
Using a lazy val causes the log manager to hold onto a reference to the
state. These would accumulate with each task evaluation. I found that
that in the beanpuree project, that if I ran compile 10 times in a row,
the heap usage was 40mb lower after this change.
2019-05-28 09:53:35 -07:00
..
src Fix memory leak 2019-05-28 09:53:35 -07:00
NOTICE Add, configure & enforce file headers 2017-10-05 09:03:40 +01:00