Skip to content

Add support to `mimaReportSignatureProblems`

Compare
Choose a tag to compare
@lolgab lolgab released this 11 Jul 11:14
· 79 commits to main since this release
057e0ac

Now by default, the plugin adds:

ProblemFilter.exclude[IncompatibleSignatureProblem]("*")

to the user-defined mimaBinaryIssueFilters.
To restore the previous behavior add:

def mimaReportSignatureProblems = true

to your module.