JDK 14 retrieval error

Since today, jobs fro JDK 14 are often failing while trying to retrieve JDK 14.

the error:

The command "~/bin/install-jdk.sh --target "/home/travis/openjdk14" --workspace "/home/travis/.cache/install-jdk" --feature "14" --license "GPL" --cacerts" failed and exited with 56 during

the config that i’m using: https://github.com/camel-tooling/camel-language-server/blob/9dffff84b9f87a9c35ad49e8bb7be00d2cfe9271/.travis.yml#L25

regards,

1 Like

This is because the script tries to fetch latest version from http://jdk.java.net/, and the site is currently down.

1 Like

is there an alternate for http://jdk.java.net/ in travis builds ?