Skip to content

Commit

Permalink
Set JDK 17.
Browse files Browse the repository at this point in the history
  • Loading branch information
io7m committed May 5, 2024
1 parent feda690 commit cfdaf6a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.in
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ checking functions.
* Static invocation, zero-allocation code paths for the common case of non-failing contracts.
* Specialized and generic variants of all functions for use in low-latency software.
* Detailed contract failure messages by construction.
* Written in pure Java 21.
* Written in pure Java 17.
* High coverage test suite.
* [OSGi-ready](https://www.osgi.org/)
* [JPMS-ready](https://en.wikipedia.org/wiki/Java_Platform_Module_System)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ checking functions.
* Static invocation, zero-allocation code paths for the common case of non-failing contracts.
* Specialized and generic variants of all functions for use in low-latency software.
* Detailed contract failure messages by construction.
* Written in pure Java 21.
* Written in pure Java 17.
* High coverage test suite.
* [OSGi-ready](https://www.osgi.org/)
* [JPMS-ready](https://en.wikipedia.org/wiki/Java_Platform_Module_System)
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@

<properties>
<io7m.api.previousVersion>4.0.0</io7m.api.previousVersion>
<io7m.java.targetJavaVersion>21</io7m.java.targetJavaVersion>
<io7m.java.targetJavaVersion>17</io7m.java.targetJavaVersion>
<io7m.org.immutables.version>2.10.1</io7m.org.immutables.version>
</properties>

Expand Down

0 comments on commit cfdaf6a

Please sign in to comment.