I tried to create a domain subclass (different package) but migration plugin returned ambiguous class exception.
I tried creating a copy of that domain class (same package) but compiler returned duplicate class error.
How to override the AuditLogEvent class properly? Should I create a customized copy of that plugin?