ERROR: java.lang.UnsupportedOperationException

Hi
We are getting below error while executing PR analysis.
Branch Analysis got success only PR analysis failing.

sonar-scanner cli version: 4.8.0.2856

Error:
java.lang.UnsupportedOperationException 
11:32:20 at java.base/java.util.AbstractCollection.add(AbstractCollection.java:267) 
11:32:20 at org.sonar.scanner.report.ChangedLinesPublisher.writeChangedLines(ChangedLinesPublisher.java:93) 
11:32:20 at org.sonar.scanner.report.ChangedLinesPublisher.publish(ChangedLinesPublisher.java:65) 
11:32:20 at org.sonar.scanner.report.ReportPublisher.generateReportFile(ReportPublisher.java:181) 
11:32:20 at org.sonar.scanner.report.ReportPublisher.execute(ReportPublisher.java:154) 
11:32:20 at org.sonar.scanner.scan.ProjectScanContainer.doAfterStart(ProjectScanContainer.java:430)

Hey there.

Thanks for the report.

Can you run gradle with the --debug flag to produce DEBUG logs to provide more details about the exception?