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 8425459 Try to force to use the latest Java 11 instead of 11.0.2 to fix https://bugs.openjdk.java.net/browse/JDK-8212233 8425459 is described below commit 84254594969c3b94aee9f0785743f3946606bbae Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Sat Aug 8 22:08:05 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 fa505bc..3a431bb 100644 --- a/.travis.yml +++ b/.travis.yml @@ -22,7 +22,7 @@ cache: addons: apt: packages: - - oracle-java11-installer + - openjdk-11-jdk-installer jdk: - openjdk8 - openjdk11