From e6090dbd741925aae7becec3d5f2355ed2b6c4cc Mon Sep 17 00:00:00 2001 From: Jan Matèrne Date: Thu, 15 Aug 2019 12:23:29 +0200 Subject: FailFast if Ant version does not support javac-modulepath --- build.xml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/build.xml b/build.xml index 1bb4e0c0..db654651 100644 --- a/build.xml +++ b/build.xml @@ -171,6 +171,15 @@ the common tasks and can be called on to run the main aspects of all the sub-scr + +For compiling with Java9 'modulepath' an Ant version 1.9.7+ or 1.10.0+ is required. +Your current version is: + ${ant.version} + + + + +