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 <garydgreg...@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