Skip to content

Commit

Permalink
[pom] Allow java 25
Browse files Browse the repository at this point in the history
  • Loading branch information
hazendaz committed Jan 1, 2025
1 parent 336d201 commit 1aacdf2
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 @@ -1183,7 +1183,7 @@
</excludes>
</enforceBytecodeVersion>
<requireJavaVersion>
<version>[17,18),[21,22),[23,24),[24,25)</version>
<version>[17,18),[21,22),[23,24),[24,25),[25,26)</version>
</requireJavaVersion>
<requireMavenVersion>
<version>[${maven.min-version},)</version>
Expand Down

0 comments on commit 1aacdf2

Please sign in to comment.