From 295f249ee49972d817470de8f8ee4b980f2ed9d7 Mon Sep 17 00:00:00 2001 From: Craig McDonald Date: Thu, 16 Sep 2021 00:26:53 +0100 Subject: [PATCH] Documentation - contribution document updated to reflect support for Java 8 --- CONTRIBUTING.asciidoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.asciidoc b/CONTRIBUTING.asciidoc index a22c2253b..e3ba82bd3 100644 --- a/CONTRIBUTING.asciidoc +++ b/CONTRIBUTING.asciidoc @@ -96,5 +96,5 @@ review the JBake documentation and make... === Supported Java Versions -At present JBake supports Java 7 and above and any contributions shouldn't use Java 8+ syntax, please see -the {uri-issues}[roadmap] for when support for Java 8 is planned. \ No newline at end of file +At present JBake supports Java 8 and above so any contributions shouldn't use Java 9+ syntax, please see +the {uri-issues}[roadmap] for when support for later Java versions is planned.