You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Attempting to use a script defined ViolationRule implementation class as a JapicmpTask rule leads to problems with the tasks' UP-TO-DATE handling:
What went wrong:
Unable to store input properties for task ':generateDesignationsReport'. Property 'richReport.rules' with value '[me.champeau.gradle.japicmp.report.SetupRuleConfiguration@7ba96af8, me.champeau.gradle.japicmp.report.PostProcessRuleConfiguration@2c767519, me.champeau.gradle.japicmp.report.StatusChangeViolationRuleConfiguration@3315f025]' cannot be serialized.
> java.lang.ClassNotFoundException: MyTearDownRule
The text was updated successfully, but these errors were encountered:
Attempting to use a script defined
ViolationRule
implementation class as aJapicmpTask
rule leads to problems with the tasks' UP-TO-DATE handling:The text was updated successfully, but these errors were encountered: