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 d2c3b30 Try to force to use the latest Java 11 instead of 11.0.2 to fix https://bugs.openjdk.java.net/browse/JDK-8212233 d2c3b30 is described below commit d2c3b3049733f64db6202d3874a3daff13ba6371 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Sat Aug 8 22:38:47 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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 001256c..47a8239 100644 --- a/.travis.yml +++ b/.travis.yml @@ -30,7 +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 + - if: jdk = openjdk11 - echo $JAVA_HOME - which java - sudo rm -rf /usr/local/lib/jvm/