This is an automated email from the ASF dual-hosted git repository.
asf-gitbox-commits pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ant-ivy.git
The following commit(s) were added to refs/heads/master by this push:
new 8d34dd1a some things require Java9+
8d34dd1a is described below
commit 8d34dd1ae44de13c5c9ec70aecf816bac5e26055
Author: Stefan Bodewig <[email protected]>
AuthorDate: Fri Jun 12 09:58:35 2026 +0200
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