mapstruct and gradle configuratoin issue in Intellij IDEA
问题 I have a project using gradle, and have mapstruct as one of dependency. everytime I tried to build project, it failed. I guess it is because Mapstruct will generate impl class that gradle was not able to find. Can anyone help me how to configure this in intellij IDEA? Thanks 回答1: This works for me In intellij IDEA go to File | Settings | Build, Execution, Deployment | Build Tools | Gradle | Runner Enable Delegate IDE build/run actions. Ref :- https://www.jetbrains.com/idea/whatsnew/#v2016-3