Skip to content

Commit

Permalink
Allow builds on JDK 23.
Browse files Browse the repository at this point in the history
  • Loading branch information
io7m committed Oct 17, 2024
1 parent b755073 commit 849a56e
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 @@ -28,7 +28,7 @@
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>

<!-- The version of the JDK required to _build_ the code. -->
<io7m.java.requiredSDKBuildVersion>[21,23)</io7m.java.requiredSDKBuildVersion>
<io7m.java.requiredSDKBuildVersion>[21,24)</io7m.java.requiredSDKBuildVersion>

<!-- The version of Java targeted by the code. -->
<io7m.java.targetJavaVersion>21</io7m.java.targetJavaVersion>
Expand Down

0 comments on commit 849a56e

Please sign in to comment.