Set Java Version to 21
All checks were successful
Build and Test with Maven / Build-and-test-with-Maven (push) Successful in 58s
All checks were successful
Build and Test with Maven / Build-and-test-with-Maven (push) Successful in 58s
This commit is contained in:
parent
7012eb1d86
commit
852659dce6
5
pom.xml
5
pom.xml
@ -53,9 +53,8 @@ http://maven.apache.org/maven-v4_0_0.xsd">
|
||||
<artifactId>maven-compiler-plugin</artifactId>
|
||||
<version>3.11.0</version>
|
||||
<configuration>
|
||||
<compilerArgs>--enable-preview</compilerArgs>
|
||||
<source>22</source>
|
||||
<target>22</target>
|
||||
<source>21</source>
|
||||
<target>21</target>
|
||||
</configuration>
|
||||
</plugin>
|
||||
<plugin>
|
||||
|
Loading…
Reference in New Issue
Block a user