Closed Krzysztof-Lempicki closed 4 years ago
https://github.com/mapstruct/mapstruct-examples/blob/80f7843d74a6631edefacda7e478d1969d391a05/mapstruct-lombok/pom.xml#L54
When mapstruct processor is added to pom it causes compilation error in IntelliJIdea:
Error:java: Couldn't find type java.sql.Date. Are you missing a dependency on your classpath?
It makes problem even if build plugin is commented.
migration to 1.4.0.Beta1 solved problem.
Thanks for closing this. We had a dedicated issue in the core project, but it seems it wasn't linked and we forgot about this one
https://github.com/mapstruct/mapstruct-examples/blob/80f7843d74a6631edefacda7e478d1969d391a05/mapstruct-lombok/pom.xml#L54
When mapstruct processor is added to pom it causes compilation error in IntelliJIdea:
Error:java: Couldn't find type java.sql.Date. Are you missing a dependency on your classpath?
It makes problem even if build plugin is commented.