mirror of
https://github.com/sbt/sbt.git
synced 2026-09-03 08:34:34 +02:00
This is to avoid it initialising Log4J2 (via SLF4J), which we initialise ourselves programmatically in LogExchange. Also there's no need to removeAll in initialState. Fixes #3787