Fix: 10
This commit is contained in:
@@ -20,8 +20,8 @@
|
|||||||
<artifactId>maven-compiler-plugin</artifactId>
|
<artifactId>maven-compiler-plugin</artifactId>
|
||||||
<version>3.8.1</version> <!-- Use a recent version of the plugin -->
|
<version>3.8.1</version> <!-- Use a recent version of the plugin -->
|
||||||
<configuration>
|
<configuration>
|
||||||
<source>21</source> <!-- Update to the desired Java version -->
|
<source>17</source> <!-- Update to the desired Java version -->
|
||||||
<target>21</target> <!-- Update to the desired Java version -->
|
<target>17</target> <!-- Update to the desired Java version -->
|
||||||
</configuration>
|
</configuration>
|
||||||
</plugin>
|
</plugin>
|
||||||
</plugins>
|
</plugins>
|
||||||
|
|||||||
Reference in New Issue
Block a user