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