Skip to content

Commit

Permalink
enforce jdk22 for building
Browse files Browse the repository at this point in the history
  • Loading branch information
infeo committed May 16, 2024
1 parent 10ddab6 commit 50c34ad
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 @@ -141,8 +141,8 @@
<configuration>
<rules>
<requireJavaVersion>
<message>You need at least JDK 11.0.3 to build this project.</message>
<version>[11.0.3,)</version>
<message>You need at least JDK 22 to build this project.</message>
<version>[22,)</version>
</requireJavaVersion>
</rules>
</configuration>
Expand Down

0 comments on commit 50c34ad

Please sign in to comment.