From 005863e1c9a864cfe6557b176b5bef16ed3a3864 Mon Sep 17 00:00:00 2001 From: PJ Fanning Date: Tue, 1 Aug 2023 20:19:38 +0000 Subject: gradle hates ant 1.10.13 git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1911398 13f79535-47bb-0310-9956-ffa450edef68 --- poi-excelant/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'poi-excelant') diff --git a/poi-excelant/build.gradle b/poi-excelant/build.gradle index 3bfdf08da5..9c14fe26a3 100644 --- a/poi-excelant/build.gradle +++ b/poi-excelant/build.gradle @@ -31,7 +31,7 @@ sourceSets { } dependencies { - api 'org.apache.ant:ant:1.10.13' + api 'org.apache.ant:ant:1.10.12' api project(':poi-ooxml') compileOnly project(path: ':poi-ooxml', configuration: 'archives') -- cgit v1.2.3