mirror of
https://github.com/sbt/sbt.git
synced 2026-09-08 11:13:23 +02:00
Fixes #1223. * Add a new key to disable forcing the garbage collector to run after each task-executioin * Add a new flag to disable forcing the garbage collector to run after each task-exeuction * Add a hook into EvalauteTask to run System.gc/System.runFinalization after each task execution Review by @eed3si9n