This is an automated email from the ASF dual-hosted git repository.
markt pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/main by this push:
new ca1ce64 Update for recent Ant release
ca1ce64 is described below
commit ca1ce64bcd1fd7709f6facfbc0d3e8d2721708db
Author: Mark Thomas <[email protected]>
AuthorDate: Fri Jul 16 15:15:36 2021 +0100
Update for recent Ant release
---
.travis.yml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/.travis.yml b/.travis.yml
index 23f9e41..e0afb7a 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -48,8 +48,8 @@ install:
- wget -q $JDK_URL && tar xzf OpenJDK*.tar.gz
- if test "$ARCH" = "s390x"; then mv jdk-11* jdk; else mv jdk8* jdk; fi
- export JAVA_HOME=`pwd`/jdk
- - wget -q
https://mirrors.netix.net/apache/ant/binaries/apache-ant-1.10.10-bin.tar.gz &&
tar xzf apache-ant-*-bin.tar.gz
- - export ANT_HOME=`pwd`/apache-ant-1.10.10
+ - 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
- 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]