Skip to content

Commit

Permalink
Be explicit about Java 17.
Browse files Browse the repository at this point in the history
  • Loading branch information
io7m committed May 7, 2024
1 parent 1e6784b commit 80110c8
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,14 @@
</modules>

<properties>
<com.io7m.xstructural.version>1.8.0</com.io7m.xstructural.version>
<!-- Configuration. -->
<io7m.api.previousVersion>1.1.0</io7m.api.previousVersion>
<io7m.java.targetJavaVersion>17</io7m.java.targetJavaVersion>

<!-- io7m dependencies. -->
<com.io7m.xstructural.version>1.8.0</com.io7m.xstructural.version>

<!-- Third-party dependencies. -->
<junit.version>5.10.2</junit.version>
<jqwik.version>1.8.4</jqwik.version>
</properties>
Expand Down

0 comments on commit 80110c8

Please sign in to comment.