Merge pull request #5990 from eed3si9n/wip/cfm-logger

Properly log the ClassfileManager output
This commit is contained in:
eugene yokota 2020-10-19 14:51:04 -04:00 committed by GitHub
commit 73ba82f390
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -853,7 +853,7 @@ object Defaults extends BuildCommon {
TransactionalManagerType
.of( // https://github.com/sbt/sbt/issues/1673
crossTarget.value / s"${prefix(configuration.value.name)}classes.bak",
sbt.util.Logger.Null
streams.value.log
): ClassFileManagerType
).toOptional
)