sbt/tasks
Ethan Atkins d78d8d650c Don't automatically die on OOM: metaspace
In an interactive session, it's possible for task evaluation to trigger
an OOM: Metaspace but for sbt to continue working after that failure.
Moreover, the metaspace oom can be caused by using a dependency
classloader layer. If the user changes the layering strategy, they may
be able to re-run their command successfully.
2019-05-28 09:53:36 -07:00
..
src/main/scala/sbt Don't automatically die on OOM: metaspace 2019-05-28 09:53:36 -07:00
NOTICE Add, configure & enforce file headers 2017-10-05 09:03:40 +01:00