Skip to content

Commit 8df253a

Browse files
committed
switch to Java 21
1 parent 386a0e1 commit 8df253a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Diff for: pom.xml

+3-3
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@
1212

1313
<properties>
1414
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
15-
<java.version>17</java.version>
16-
<maven.compiler.source>17</maven.compiler.source>
17-
<maven.compiler.target>17</maven.compiler.target>
15+
<java.version>21</java.version>
16+
<maven.compiler.source>21</maven.compiler.source>
17+
<maven.compiler.target>21</maven.compiler.target>
1818
<buildDirectory>${project.basedir}/target</buildDirectory>
1919
<!--
2020
Provids a way to limit which assembly package formats we produce.

0 commit comments

Comments
 (0)