From 8d34dd1ae44de13c5c9ec70aecf816bac5e26055 Mon Sep 17 00:00:00 2001 From: Stefan Bodewig Date: Fri, 12 Jun 2026 09:58:35 +0200 Subject: [PATCH] some things require Java9+ --- asciidoc/dev.adoc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/asciidoc/dev.adoc b/asciidoc/dev.adoc index 8217bb37..3629a780 100644 --- a/asciidoc/dev.adoc +++ b/asciidoc/dev.adoc @@ -34,6 +34,9 @@ _We recommend the latest version of Ant_ * a link:http://www.oracle.com/technetwork/java/javase/downloads/index.html[JDK] 7 or greater + _Build instructions have been successfully tested with OpenJDK 8 and 11_ +Some of the targets used during the release process generate CycloneDX +SBOMs and require Java 9 or greater in order to build. + === Procedure ==== Get the source