79317925

Date: 2024-12-30 15:08:50
Score: 0.5
Natty:
Report link

You has lombok dependency as optional:

<dependency>
  <artifactId>lombok</artifactId>
  <groupId>org.projectlombok</groupId>
  <version>1.18.26</version>
  <optional>true</optional>
</dependency>

Just delete optional and it'll be ok

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Nahuel Giani