mirror of
https://github.com/sbt/sbt.git
synced 2026-09-07 11:01:08 +02:00
The jline 3 Terminal is an autocloseable and should be closed when we're down with it. I'm not exactly sure what resources we were potentially leaking, but the jline3term variable is an instance of the jline AbstractTerminal class which I know can create a thread in some circumstances. This came up while working on #6185.