aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPJ Fanning <fanningpj@apache.org>2023-08-01 20:19:38 +0000
committerPJ Fanning <fanningpj@apache.org>2023-08-01 20:19:38 +0000
commit005863e1c9a864cfe6557b176b5bef16ed3a3864 (patch)
tree651dcf47897efef67bf75b24320f00d1f6659c24
parentcb835739c6ed374f8c0375fdb1b9ad14fa600c30 (diff)
downloadpoi-005863e1c9a864cfe6557b176b5bef16ed3a3864.tar.gz
poi-005863e1c9a864cfe6557b176b5bef16ed3a3864.zip
gradle hates ant 1.10.13
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1911398 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--build.gradle2
-rw-r--r--poi-excelant/build.gradle2
-rw-r--r--poi-integration/build.gradle2
-rw-r--r--poi/build.gradle2
4 files changed, 4 insertions, 4 deletions
diff --git a/build.gradle b/build.gradle
index cd278a919f..d7be5b757a 100644
--- a/build.gradle
+++ b/build.gradle
@@ -67,7 +67,7 @@ configurations {
dependencies {
antLibs("org.junit.jupiter:junit-jupiter:5.10.0")
- antLibs("org.apache.ant:ant-junitlauncher:1.10.13")
+ antLibs("org.apache.ant:ant-junitlauncher:1.10.12")
}
ant.taskdef(name: "junit",
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')
diff --git a/poi-integration/build.gradle b/poi-integration/build.gradle
index b75ec95f17..3e631a2ff9 100644
--- a/poi-integration/build.gradle
+++ b/poi-integration/build.gradle
@@ -39,7 +39,7 @@ sourceSets {
}
dependencies {
- testImplementation 'org.apache.ant:ant:1.10.13'
+ testImplementation 'org.apache.ant:ant:1.10.12'
testImplementation 'org.apache.commons:commons-collections4:4.4'
testImplementation 'com.google.guava:guava:32.1.1-jre'
diff --git a/poi/build.gradle b/poi/build.gradle
index b454a1d1eb..bf54b17b0a 100644
--- a/poi/build.gradle
+++ b/poi/build.gradle
@@ -44,7 +44,7 @@ dependencies {
api "org.apache.logging.log4j:log4j-api:${log4jVersion}"
testImplementation 'org.reflections:reflections:0.10.2'
- testImplementation 'org.apache.ant:ant:1.10.13'
+ testImplementation 'org.apache.ant:ant:1.10.12'
testImplementation "org.junit.jupiter:junit-jupiter-api:${junitVersion}"
testRuntimeOnly "org.junit.jupiter:junit-jupiter-engine:${junitVersion}"