Installing Java 14 fails with "travis_setup_java: command not found"

Yeah works now. Bad deployment it is.

looks like it’s working now

The builds seem to be working as expected now.
What was the problem though?

Seems to be broken again:

travis_fold:start:install_jdk
e[0Ke[33;1mInstalling oraclejdk14e[0m
$ export JAVA_HOME=~/oraclejdk14
$ export PATH="$JAVA_HOME/bin:$PATH"
$ ~/bin/install-jdk.sh --target "/home/travis/oraclejdk14" --workspace "/home/travis/.cache/install-jdk" --feature "14" --license "BCL"
Ignoring license option: BCL -- using GPLv2+CE by default
install-jdk.sh 2020-06-02
e[31;1mThe command "~/bin/install-jdk.sh --target "/home/travis/oraclejdk14" --workspace "/home/travis/.cache/install-jdk" --feature "14" --license "BCL"" failed and exited with 52 during .e[0m

Your build has been stopped.

The current issue is because https://jdk.java.net/ is not responding.