Ant 1.10 is required to build, now. At least I have used Java11 so far.

This commit is contained in:
Stefan Bodewig 2026-06-12 09:11:19 +02:00
parent 0a9234e2de
commit 2a4e550f93
No known key found for this signature in database
GPG Key ID: 23738DFD7C40DE43
1 changed files with 2 additions and 2 deletions

View File

@ -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