79700026

Date: 2025-07-13 14:36:18
Score: 1
Natty:
Report link

thanks @cyril ,

deleting that part worked for me >>

<plugin>    
<groupId>org.apache.maven.plugins</groupId>
    <artifactId>maven-compiler-plugin</artifactId>
    <configuration>
       <annotationProcessorPaths>
          <path>
             <groupId>org.projectlombok</groupId>
             <artifactId>lombok</artifactId>
          </path>
       </annotationProcessorPaths>
    </configuration>
</plugin>
Reasons:
  • Blacklisted phrase (0.5): thanks
  • Whitelisted phrase (-1): worked for me
  • Has code block (-0.5):
  • User mentioned (1): @cyril
  • Low reputation (1):
Posted by: ait hammou badr