This is an automated email from the ASF dual-hosted git repository.
rjung pushed a commit to branch 8.5.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/8.5.x by this push:
new b5edfe3052 Try fixing travis builds - ant 1.10.11 no longer available
on download server.
b5edfe3052 is described below
commit b5edfe3052d6a8ce55eb6da366ab721be125a07e
Author: Rainer Jung <[email protected]>
AuthorDate: Wed Apr 20 23:47:43 2022 +0200
Try fixing travis builds - ant 1.10.11 no longer available on download
server.
---
.travis.yml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/.travis.yml b/.travis.yml
index 72ab479e4c..3ee801379e 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -40,8 +40,8 @@ install:
- wget -q $JDK_URL && tar xzf OpenJDK*.tar.gz
- mv jdk-11* jdk
- export JAVA_HOME=`pwd`/jdk
- - wget -q
https://mirrors.netix.net/apache/ant/binaries/apache-ant-1.10.11-bin.tar.gz &&
tar xzf apache-ant-*-bin.tar.gz
- - export ANT_HOME=`pwd`/apache-ant-1.10.11
+ - wget -q
https://mirrors.netix.net/apache/ant/binaries/apache-ant-1.10.12-bin.tar.gz &&
tar xzf apache-ant-*-bin.tar.gz
+ - export ANT_HOME=`pwd`/apache-ant-1.10.12
- export PATH="$JAVA_HOME/bin:$ANT_HOME/bin:$PATH"
- java -version
- ant -version
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]