EA-95293: do not report OUTPUT messages to message collector if outputs collector is specified
This commit is contained in:
+3
-1
@@ -50,7 +50,9 @@ fun MessageCollector.reportFromDaemon(outputsCollector: ((File, List<File>) -> U
|
||||
}
|
||||
}
|
||||
}
|
||||
report(CompilerMessageSeverity.OUTPUT, message!!, CompilerMessageLocation.NO_LOCATION)
|
||||
else {
|
||||
report(CompilerMessageSeverity.OUTPUT, message!!, CompilerMessageLocation.NO_LOCATION)
|
||||
}
|
||||
}
|
||||
ReportCategory.EXCEPTION -> {
|
||||
report(CompilerMessageSeverity.EXCEPTION, message.orEmpty(), CompilerMessageLocation.NO_LOCATION)
|
||||
|
||||
Reference in New Issue
Block a user