You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2020/08/09 02:09:34 UTC

[commons-compress] branch master updated: openjdk-11-jdk: Try to force to use the latest Java 11 instead of 11.0.2 to fix https://bugs.openjdk.java.net/browse/JDK-8212233

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 ad6bdf6  openjdk-11-jdk: Try to force to use the latest Java 11 instead of 11.0.2 to fix https://bugs.openjdk.java.net/browse/JDK-8212233
ad6bdf6 is described below

commit ad6bdf6b27daace676d7ad714b1f8f2315c9332f
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Sat Aug 8 22:09:28 2020 -0400

    openjdk-11-jdk: 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 3a431bb..1e4f7aa 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -22,7 +22,7 @@ cache:
 addons:
   apt:
     packages:
-      - openjdk-11-jdk-installer
+      - openjdk-11-jdk
 jdk:
   - openjdk8
   - openjdk11