You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm assuming oraclejdk8 needs to be replaced with openjdk or the distro needs to implicitedly say trusty as xenial is now the travis ci default.
At the moment this fails in Travis
resolvconf
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"
Ignoring license option: BCL -- using GPLv2+CE by default
install-jdk.sh 2019-07-17
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.
The text was updated successfully, but these errors were encountered:
I'm assuming
oraclejdk8
needs to be replaced withopenjdk
or the distro needs to implicitedly saytrusty
asxenial
is now the travis ci default.At the moment this fails in Travis
The text was updated successfully, but these errors were encountered: