Skip to content

Commit

Permalink
[pom] Allow jdk 22 now
Browse files Browse the repository at this point in the history
  • Loading branch information
hazendaz committed Aug 26, 2023
1 parent bc9c2be commit 9d7c35e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@
<copyright>2023</copyright>

<!-- General configuration -->
<allowed.build.jdks>[11,12),[17,18),[20,21),[21,22)</allowed.build.jdks>
<allowed.build.jdks>[11,12),[17,18),[20,21),[21,22),[22,23)</allowed.build.jdks>
<checkstyle.config>checkstyle.xml</checkstyle.config>
<clirr.comparisonVersion>37</clirr.comparisonVersion>
<formatter.config>eclipse-formatter-config-2space.xml</formatter.config>
Expand Down

0 comments on commit 9d7c35e

Please sign in to comment.