Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Specify
openjdk8
instead of oraclejdk8
as the Travis CI build fai…
…ls as follows otherwise: ``` Installing oraclejdk8 $ export JAVA_HOME=~/oraclejdk8 $ export PATH="$JAVA_HOME/bin:$PATH" $ ~/bin/install-jdk.sh --target "/home/travis/oraclejdk8" --workspace "/home/travis/.cache/install-jdk" --feature "8" --license "BCL" install-jdk.sh 2019-05-02 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 . Your build has been stopped. ``` Signed-off-by: Robin Verduijn <[email protected]>
- Loading branch information