79472853

Date: 2025-02-27 13:43:35
Score: 1.5
Natty:
Report link

remove spring boot plugin and add this plugin.

        <plugin>
        <groupId>org.apache.maven.plugins</groupId>
        <artifactId>maven-compiler-plugin</artifactId>
        <version>3.11.0</version>  <!-- Use the latest version -->
        <configuration>
            <source>21</source> 
            <target>21</target>
        </configuration>
    </plugin>
Reasons:
  • Blacklisted phrase (1): this plugin
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Sahil Sheikh