Skip to content

Commit

Permalink
update to Java 21
Browse files Browse the repository at this point in the history
  • Loading branch information
forax committed Sep 23, 2023
1 parent 31323a0 commit 1eb8fd1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,9 @@
<compilerArgs>
<compilerArg>--enable-preview</compilerArg>
</compilerArgs>
<release>20</release>
<source>20</source>
<target>20</target>
<release>21</release>
<source>21</source>
<target>21</target>
</configuration>
</plugin>

Expand Down

0 comments on commit 1eb8fd1

Please sign in to comment.