Upon mvn clean install
smart execution in IntelliJ Idea using Java 11 I get the following warning:
Warning:java: Supported source version 'RELEASE_6' from annotation processor 'net.java.dev.hickory.prism.internal.PrismGenerator' less than -source '11'
How to fix it and where does it come from? Note I use:
- Lombok version
1.18.12
- Mapstruct version
1.3.1.Final
I have also enabled annotation processing in the IDE with default settings:
Build, Execution, Deployment
->Compiler
->Annotation processors
-> checkEnable annotation processing