Skip to content

Commit 1d3418a

Browse files
committed
Upgrade to Java 21.
1 parent 438dde4 commit 1d3418a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@
166166
<version>3.6.2</version>
167167
<configuration>
168168
<aggregate>true</aggregate>
169-
<source>1.8</source>
169+
<source>21</source>
170170
<encoding>UTF-8</encoding>
171171
<maxmemory>1g</maxmemory>
172172
<links>
@@ -418,7 +418,7 @@
418418
<version>3.6.2</version>
419419
<configuration>
420420
<aggregate>true</aggregate>
421-
<source>1.8</source>
421+
<source>21</source>
422422
<encoding>UTF-8</encoding>
423423
<maxmemory>1g</maxmemory>
424424
<debug>true</debug>

0 commit comments

Comments
 (0)