From cfdaf6a9c5d02c86a99fca6924d72d5cbb81f414 Mon Sep 17 00:00:00 2001 From: Mark Raynsford Date: Sun, 5 May 2024 14:47:01 +0000 Subject: [PATCH] Set JDK 17. --- README.in | 2 +- README.md | 2 +- pom.xml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.in b/README.in index 71a6a85..225bd9d 100644 --- a/README.in +++ b/README.in @@ -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) diff --git a/README.md b/README.md index 12a0a5e..da709fa 100644 --- a/README.md +++ b/README.md @@ -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) diff --git a/pom.xml b/pom.xml index 29421b6..47f6459 100644 --- a/pom.xml +++ b/pom.xml @@ -28,7 +28,7 @@ 4.0.0 - 21 + 17 2.10.1