This is an automated email from the ASF dual-hosted git repository.
centic9 pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/poi.git
The following commit(s) were added to refs/heads/trunk by this push:
new 2b646a75f8 Github Action: Fix download URL for Ant and use latest
version
2b646a75f8 is described below
commit 2b646a75f8d4d8d25ae9f3ba1f54ad2c3269627c
Author: Dominik Stadler <[email protected]>
AuthorDate: Sun Jun 14 08:09:45 2026 +0200
Github Action: Fix download URL for Ant and use latest version
---
.github/workflows/test-ant.yml | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/.github/workflows/test-ant.yml b/.github/workflows/test-ant.yml
index 5bfdd8cf29..ab99e86715 100644
--- a/.github/workflows/test-ant.yml
+++ b/.github/workflows/test-ant.yml
@@ -33,9 +33,9 @@ jobs:
- name: Set up Ant
id: setup-ant
run: |
- wget
https://www.apache.org/dist/ant/binaries/apache-ant-1.10.15-bin.tar.gz
- tar --exclude=apache-ant-1.10.15/manual -xzvf
apache-ant-1.10.15-bin.tar.gz
- ANT_HOME=`pwd`/apache-ant-1.10.15 apache-ant-1.10.15/bin/ant -version
+ wget
https://dist.apache.org/repos/dist/release/ant//binaries/apache-ant-1.10.17-bin.tar.gz
+ tar --exclude=apache-ant-1.10.17/manual -xzvf
apache-ant-1.10.17-bin.tar.gz
+ ANT_HOME=`pwd`/apache-ant-1.10.17 apache-ant-1.10.17/bin/ant -version
- name: Cache downloaded third-party libraries
uses: actions/cache@v4
@@ -46,4 +46,4 @@ jobs:
key: poi-third-party-libs
- name: Build with Ant
- run: ANT_HOME=`pwd`/apache-ant-1.10.15 apache-ant-1.10.15/bin/ant clean
jenkins
+ run: ANT_HOME=`pwd`/apache-ant-1.10.17 apache-ant-1.10.17/bin/ant clean
jenkins
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]