Let’s see how install-jdk.sh
plays along with two “ea” versions available on https://jdk.java.net/14/
Using “raw mode” with explicitly passing -F 14
, it seems to work flawlessly.
https://travis-ci.org/sormuras/sormuras.github.io/jobs/545864551
Using “built-in” copy of the script via jdk: openjdk-ea
works, too.
https://travis-ci.com/sormuras/mainrunner/jobs/208212851#L160-L175