Browse Source

setup: Java 14 is fine now

sbg
Julian Oes 5 years ago committed by Daniel Agar
parent
commit
cece343cf7
  1. 2
      Tools/setup/arch.sh

2
Tools/setup/arch.sh

@ -121,7 +121,7 @@ if [[ $INSTALL_SIM == "true" ]]; then @@ -121,7 +121,7 @@ if [[ $INSTALL_SIM == "true" ]]; then
# java (jmavsim or fastrtps)
sudo pacman -S --noconfirm --needed \
ant \
jdk8-openjdk \
jdk-openjdk \
;
# Gazebo setup

Loading…
Cancel
Save