This is an automated email from the ASF dual-hosted git repository.

jaikiran pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ant.git


The following commit(s) were added to refs/heads/master by this push:
     new 7aa2473  Use newer JDK 8 version to test compatibility
7aa2473 is described below

commit 7aa2473e80341a9df618f04aef2637c5dbd57f48
Author: Jaikiran Pai <jaiki...@apache.org>
AuthorDate: Thu Oct 24 13:17:02 2019 +0530

    Use newer JDK 8 version to test compatibility
---
 test-compatibility.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/test-compatibility.sh b/test-compatibility.sh
index ead8878..cbce1c4 100755
--- a/test-compatibility.sh
+++ b/test-compatibility.sh
@@ -45,7 +45,7 @@ ant -f fetch.xml -Ddest=optional
 mkdir -p build/java-8-latest
 cd build/java-8-latest
 # Download latest Java 8 (we use Adopt OpenJDK binaries)
-wget 
https://github.com/AdoptOpenJDK/openjdk8-binaries/releases/download/jdk8u222-b10/OpenJDK8U-jdk_x64_linux_hotspot_8u222b10.tar.gz
+wget 
https://github.com/AdoptOpenJDK/openjdk8-binaries/releases/download/jdk8u232-b09/OpenJDK8U-jdk_x64_linux_hotspot_8u232b09.tar.gz
 tar -zxf ./*.tar.gz
 # set JAVA_HOME to point to the newly extracted tar's content
 export JAVA_HOME="`echo \`pwd\`/\`echo */\``"

Reply via email to