diff options
author | Dominik Stadler <centic@apache.org> | 2023-08-01 08:24:54 +0000 |
---|---|---|
committer | Dominik Stadler <centic@apache.org> | 2023-08-01 08:24:54 +0000 |
commit | 8e2b749cf607dc1a4f92c305abec3056835e5e72 (patch) | |
tree | 0ab857843a459173e2bfd330d4e588d2b7d75980 /build.gradle | |
parent | ce1e4695e76b9d5a4aa9649f6c191c9876a800d4 (diff) | |
download | poi-8e2b749cf607dc1a4f92c305abec3056835e5e72.tar.gz poi-8e2b749cf607dc1a4f92c305abec3056835e5e72.zip |
Update Apache Ant to 1.10.13 and use newer Gradle syntax
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1911383 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'build.gradle')
-rw-r--r-- | build.gradle | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/build.gradle b/build.gradle index dbca0f60c2..cd278a919f 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.12") + antLibs("org.apache.ant:ant-junitlauncher:1.10.13") } ant.taskdef(name: "junit", @@ -366,7 +366,7 @@ subprojects { jvmArgs += [ // see https://github.com/java9-modularity/gradle-modules-plugin/issues/97 // opposed to the recommendation there, it doesn't work to add ... to the dependencies - // testRuntimeOnly 'org.junit.platform:junit-platform-launcher:1.7.1' + // testRuntimeOnly 'org.junit.platform:junit-platform-launcher:1.10.0' // gradles gradle-worker.jar is still not a JPMS module and thus runs as unnamed module '--add-exports','org.junit.platform.commons/org.junit.platform.commons.util=org.apache.poi.poi', '--add-exports','org.junit.platform.commons/org.junit.platform.commons.util=ALL-UNNAMED', |