From 655fdd6c0893fd762ba4c00a8fc4e35a3cb5b0b8 Mon Sep 17 00:00:00 2001 From: Andreas Dangel Date: Thu, 18 Nov 2021 17:09:29 +0100 Subject: [PATCH] [dist] Downgrade ant to 1.9.16 for java7 compat it --- pmd-dist/pom.xml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/pmd-dist/pom.xml b/pmd-dist/pom.xml index 4bc19f0486..f6168a16f8 100644 --- a/pmd-dist/pom.xml +++ b/pmd-dist/pom.xml @@ -88,16 +88,18 @@ copy + org.apache.ant ant - ${ant.version} + 1.9.16 org.apache.ant ant-launcher - ${ant.version} + 1.9.16 ${project.build.directory}/ant