summaryrefslogtreecommitdiffstats
path: root/poi-excelant
diff options
context:
space:
mode:
authorPJ Fanning <fanningpj@apache.org>2023-03-19 14:03:50 +0000
committerPJ Fanning <fanningpj@apache.org>2023-03-19 14:03:50 +0000
commit505be44699165a8bc78f156b5fddabb07b064878 (patch)
tree14c7572a53b706321724e1fff480beb137434e69 /poi-excelant
parent9017f15aadbecbd5787921430934335b56af74fe (diff)
downloadpoi-505be44699165a8bc78f156b5fddabb07b064878.tar.gz
poi-505be44699165a8bc78f156b5fddabb07b064878.zip
revert back to ant 1.10.12 - 1.10.13 breaks our build
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1908518 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 779fca31dc..f54dbab7bb 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')