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