Install-jdk.sh switched to adoptopenjdk

The new jdk causes a native crash in your build pipeline. Is there an easy way to get back the old openjdk.

I mean the install-jdk.sh that is used by travis provides a way to. But I have no idea where it is stored on travis CI Runner.

Cool would be if this could somehow also accept custom jdks via --url flag^

Something like
-jdk:
-url=“https://…”

If anybody is interested in how to install a custom jdk:

Made a script as follows:

https://pastebin.com/vmnsCd1G

And here is my build, you can have a look at the travis.yml under the “config” point

https://travis-ci.org/FAForever/downlords-faf-client/builds/554346784/config

See See https://travis-ci.community/t/install-jdk-sh-failing-for-openjdk9-and-10/