From b2e1f24471727da69bf94feecf498bf32f960995 Mon Sep 17 00:00:00 2001 From: nscuro Date: Thu, 8 Feb 2024 16:35:20 +0100 Subject: [PATCH] Add notice about minimum required Java version Signed-off-by: nscuro --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 79ad32c..9d4a5c3 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,6 @@ Java implementation of [vers](https://github.com/package-url/purl-spec/blob/vers ### Installation ```xml - io.github.nscuro versatile @@ -42,6 +41,9 @@ Java implementation of [vers](https://github.com/package-url/purl-spec/blob/vers ``` +> [!NOTE] +> *versatile* requires Java >= 17. + ### Constructing `vers` Ranges Ranges are constructed using a builder. Builders must be initialized with a `VersioningScheme`.