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
Does your codebase use Groovy and Lombok+Mapstruct in the same source tree? There is a two-phase compilation solution when main sources use Lombok+Mapstruct and test sources use Groovy.
I have made java app that needs DTO mapper with groovy + lombok
and introduce mapstruct, but it don't generate mapper impl.
Solving this problem, I find this discussion #874 .
Still not fix the bug?
The text was updated successfully, but these errors were encountered: