I have created a custom mutator class, but I am not sure how to add this class to org.pitest.mutationtest.engine.gregor.config.Mutator so that I can use it.
Would I need to clone the pitest repository and modify that version of the class, then set up pitest to use my local custom version of gregor using the `mutationEngine` property?
I am using gradle for configuring pitest.
I am happy to clarify aspects of the problem, I am quite new to using pitest so am unsure of what information would be helpful.