Install of Oracle JDK8 is failing

Build: https://travis-ci.com/ManyDesigns/Portofino/jobs/219032280

install-jdk.sh 2019-07-17

Expected feature release number in range of 9 to 14, but got: 8

The command “~/bin/install-jdk.sh --target “/home/travis/oraclejdk8” --workspace “/home/travis/.cache/install-jdk” --feature “8” --license “BCL”” failed and exited with 3 during .

1 Like

Duplicate of

Sorry for the troubles.

Since you aren’t specifying a dist: in your .travis.yml file, this is a side-effect of our migration to change the default distribution from Trusty to Xenial.

In brief, your repository’s default changed and oraclejdk8 isn’t supported on Xenial.

The workaround is to either add dist: trusty to your .travis.yml file or use openjdk8.

Hope this helps!

1 Like