This is an automated email from the ASF dual-hosted git repository.
maartenc 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 889bedb4 Mention Java 8 or higher is required now
889bedb4 is described below
commit 889bedb4ef5f3ef70dd6daa0e3037d40257c9e08
Author: Maarten Coene <[email protected]>
AuthorDate: Tue Jul 8 22:10:02 2025 +0200
Mention Java 8 or higher is required now
---
asciidoc/compatibility.adoc | 2 ++
1 file changed, 2 insertions(+)
diff --git a/asciidoc/compatibility.adoc b/asciidoc/compatibility.adoc
index 334022fb..fde67256 100644
--- a/asciidoc/compatibility.adoc
+++ b/asciidoc/compatibility.adoc
@@ -25,6 +25,8 @@ For Ivy 2.4.0, a minimum of Java 5 is required.
Since Ivy 2.5.0, a minimum of Java 7 is required.
+Since Ivy 2.5.1, a minimum of Java 8 is required.
+
== Apache Ant
Ivy doesn't require a specific version of Ant as long as the Ant being used
complies with the JVM compatibility requirements noted above.