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 2a4e550f Ant 1.10 is required to build, now. At least I have used
Java11 so far.
2a4e550f is described below
commit 2a4e550f9313e0725521a1e1eac862603fe34ef9
Author: Stefan Bodewig <[email protected]>
AuthorDate: Fri Jun 12 09:11:19 2026 +0200
Ant 1.10 is required to build, now. At least I have used Java11 so far.
---
asciidoc/dev.adoc | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/asciidoc/dev.adoc b/asciidoc/dev.adoc
index f5e06ced..8217bb37 100644
--- a/asciidoc/dev.adoc
+++ b/asciidoc/dev.adoc
@@ -28,11 +28,11 @@ All you need is
* a link:https://git-scm.com/downloads[Git] client +
_to check out Ivy sources from Apache Git, not required if you build from
sources packaged in a release_
-* link:https://ant.apache.org/[Apache Ant] 1.9.0 or greater +
+* link:https://ant.apache.org/[Apache Ant] 1.10.0 or greater +
_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 Oracle JDK 7 and 8_
+_Build instructions have been successfully tested with OpenJDK 8 and 11_
=== Procedure