I'm having this error when I perform any maven goal from the IntelliJ after upgrading to 2023.1.3:
java: Internal error in the mapping processor: java.lang.RuntimeException:
javax.annotation.processing.FilerException: Attempt to recreate a file for
type com.example.mapper.PersonMapperImpl
at org.mapstruct.ap.internal.processor.MapperRenderingProcessor.createSourceFile(MapperRenderingProcessor.java:59)
Is there any way to fix it?
Something similar already happened on other upgrade. But this doesn't work this time