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

ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-compress.git


The following commit(s) were added to refs/heads/master by this push:
     new 3ae0c83  Try to force to use the latest Java 11 instead of 11.0.2 to 
fix https://bugs.openjdk.java.net/browse/JDK-8212233
3ae0c83 is described below

commit 3ae0c835bea88024e77fd08117d41ba030c7e649
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Sat Aug 8 22:37:18 2020 -0400

    Try to force to use the latest Java 11 instead of 11.0.2
    to fix
    https://bugs.openjdk.java.net/browse/JDK-8212233
---
 .travis.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.travis.yml b/.travis.yml
index 5c8667a..001256c 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -30,6 +30,7 @@ dist: bionic
 # (which has 11.0.2 hard-coded!), and instead replace it with the latest 
openjdk-11-jdk-headless Ubuntu package.
 # NB /usr/local/lib/jvm/openjdk11/bin is also on the PATH, but there's no need 
to change it (because we rm -rf anyway)
 before_install:
+  if: jdk = openjdk11
   - echo $JAVA_HOME
   - which java
   - sudo rm -rf /usr/local/lib/jvm/

Reply via email to