79631516

Date: 2025-05-21 08:03:08
Score: 0.5
Natty:
Report link

I think you have configured the wrong maven plugin. What you need is a setting for the compiler plugin. The easiest would be to add this:

  <properties>
    <maven.compiler.source>8</maven.compiler.source>
    <maven.compiler.target>8</maven.compiler.target>
  </properties>
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Mr__Steel