aboutsummaryrefslogtreecommitdiffstats
path: root/poi-excelant
diff options
context:
space:
mode:
authorPJ Fanning <fanningpj@apache.org>2023-01-10 20:59:59 +0000
committerPJ Fanning <fanningpj@apache.org>2023-01-10 20:59:59 +0000
commit25bb01ac145b1e2dcb27ea87b7794dc458f4665e (patch)
tree2ba29574ad9cabdddf38655cef14f5453f74ece0 /poi-excelant
parent786af03e67eb20b8e9f5b34c3d214814033d7cbc (diff)
downloadpoi-25bb01ac145b1e2dcb27ea87b7794dc458f4665e.tar.gz
poi-25bb01ac145b1e2dcb27ea87b7794dc458f4665e.zip
revert ant upgrade due to issues with ant-launcher-1.10.13.jar
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1906570 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'poi-excelant')
-rw-r--r--poi-excelant/build.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/poi-excelant/build.gradle b/poi-excelant/build.gradle
index 0bf47c0fe7..0c0bb935d4 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')