Browse Source

setup: Use available Java version for Ubuntu 20.04

14 was not available for me, 16 would have been.
master
Julian Oes 3 years ago committed by Matthias Grob
parent
commit
c779946e05
  1. 2
      Tools/setup/ubuntu.sh

2
Tools/setup/ubuntu.sh

@ -195,7 +195,7 @@ if [[ $INSTALL_SIM == "true" ]]; then @@ -195,7 +195,7 @@ if [[ $INSTALL_SIM == "true" ]]; then
java_version=11
gazebo_version=9
elif [[ "${UBUNTU_RELEASE}" == "20.04" ]]; then
java_version=14
java_version=13
gazebo_version=11
else
java_version=14

Loading…
Cancel
Save