From bcda7f4a4e10eec31b9c88f69d255eb2b62576f3 Mon Sep 17 00:00:00 2001 From: brutzman <brutzman@nps.edu> Date: Tue, 18 Jan 2022 22:05:20 -0800 Subject: [PATCH] ant 1.10.12 is tested --- build.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.xml b/build.xml index c5f0859dd3..4eb0626f99 100644 --- a/build.xml +++ b/build.xml @@ -44,10 +44,10 @@ <target name="all" description="Build and test the whole project, create distribution jar files."> <!-- TODO current configuration is Java only; Python is next --> <echo message="timestamp ${timestamp}"/> - <fail message="Please build using Ant 1.10.11 or higher."> + <fail message="Please build using Ant 1.10.12 or higher."> <condition> <not> - <antversion atleast="1.10.11"/><!-- recommend latest 1.10.+ --> + <antversion atleast="1.10.12"/><!-- recommend latest 1.10.+ --> </not> </condition> </fail> -- GitLab