Skip to content

Commit

Permalink
Specify Java target explicitly
Browse files Browse the repository at this point in the history
  • Loading branch information
io7m committed Feb 23, 2024
1 parent 44a4c7e commit 84337d7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,10 @@

<properties>
<io7m.api.previousVersion>10.0.0</io7m.api.previousVersion>
<io7m.java.targetJavaVersion>21</io7m.java.targetJavaVersion>
<io7m.org.immutables.version>2.10.0</io7m.org.immutables.version>
<junit.version>5.10.1</junit.version>
<jmh.version>1.37</jmh.version>
<junit.version>5.10.1</junit.version>
</properties>

<inceptionYear>2011</inceptionYear>
Expand Down

0 comments on commit 84337d7

Please sign in to comment.