79323928

Date: 2025-01-02 14:02:30
Score: 1
Natty:
Report link

I think you are using the wrong dependency artifactId lombok-maven-plugin, it should be:

<dependency>
    <groupId>org.projectlombok</groupId>
    <artifactId>lombok</artifactId> 
    <version>1.18.20</version>
    <scope>provided</scope>
</dependency>

Also you should not need the plugin at the end.

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Hamza Naceur