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:04:25 UTC

[commons-compress] branch master updated: 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 48c6915  Try to force to use the latest Java 11 instead of 11.0.2 to fix https://bugs.openjdk.java.net/browse/JDK-8212233
48c6915 is described below

commit 48c6915f67aa961f47e77a8ffa011c82e307bf7c
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Sat Aug 8 22:04:17 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 | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/.travis.yml b/.travis.yml
index d5bbec5..fa505bc 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -19,6 +19,10 @@ cache:
   directories:
     - $HOME/.m2
 
+addons:
+  apt:
+    packages:
+      - oracle-java11-installer
 jdk:
   - openjdk8
   - openjdk11