[dist] Downgrade ant to 1.9.16 for java7 compat it

This commit is contained in:
Andreas Dangel
2021-11-18 17:09:29 +01:00
parent e513520e3e
commit 655fdd6c08

View File

@ -88,16 +88,18 @@
<goal>copy</goal>
</goals>
<configuration>
<!-- note: ant 1.9.x is still compatible with java7,
ant 1.10.x requires java8 -->
<artifactItems>
<artifactItem>
<groupId>org.apache.ant</groupId>
<artifactId>ant</artifactId>
<version>${ant.version}</version>
<version>1.9.16</version>
</artifactItem>
<artifactItem>
<groupId>org.apache.ant</groupId>
<artifactId>ant-launcher</artifactId>
<version>${ant.version}</version>
<version>1.9.16</version>
</artifactItem>
</artifactItems>
<outputDirectory>${project.build.directory}/ant</outputDirectory>