Skip to content

Commit

Permalink
Upgrade to Java 21.
Browse files Browse the repository at this point in the history
  • Loading branch information
khatchad committed Feb 21, 2024
1 parent 438dde4 commit 1d3418a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@
<version>3.6.2</version>
<configuration>
<aggregate>true</aggregate>
<source>1.8</source>
<source>21</source>
<encoding>UTF-8</encoding>
<maxmemory>1g</maxmemory>
<links>
Expand Down Expand Up @@ -418,7 +418,7 @@
<version>3.6.2</version>
<configuration>
<aggregate>true</aggregate>
<source>1.8</source>
<source>21</source>
<encoding>UTF-8</encoding>
<maxmemory>1g</maxmemory>
<debug>true</debug>
Expand Down

0 comments on commit 1d3418a

Please sign in to comment.