JetBrains / sbt-tc-logger

SBT plugin generates TeamCity service messages to be used by SBT runner
Apache License 2.0
10 stars 12 forks source link

sbt 1.0 support #14

Closed jastice closed 7 years ago

jastice commented 7 years ago

I decided to speed this up a bit by doing most of the necessary migrations.

TODO sbt 1.0 changes the type of extraLoggers to use a log4j appender directly. So that needs to be created, and it wasn't directly clear to me what it needs to do, so I just created the stubs for it in apiAdapter