sbt/main
Ethan Atkins 4a2bf67eb8 Skip task progress work if already shutdown
The play plugin seems to do out of band task evaluation on a stale State
object in the `run` task. As a result, when sbt tries to schedule tasks
to run, they tried to register the work with a closed TaskProgress
instance. There was no guard against this and it ended up causing a
RejectedExecutionException.
2020-09-11 11:37:17 -07:00
..
src Skip task progress work if already shutdown 2020-09-11 11:37:17 -07:00
NOTICE Add, configure & enforce file headers 2017-10-05 09:03:40 +01:00