mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-06-02 20:28:37 +08:00
setup: Java 14 is fine now
This commit is contained in:
+1
-1
@@ -121,7 +121,7 @@ if [[ $INSTALL_SIM == "true" ]]; then
|
|||||||
# java (jmavsim or fastrtps)
|
# java (jmavsim or fastrtps)
|
||||||
sudo pacman -S --noconfirm --needed \
|
sudo pacman -S --noconfirm --needed \
|
||||||
ant \
|
ant \
|
||||||
jdk8-openjdk \
|
jdk-openjdk \
|
||||||
;
|
;
|
||||||
|
|
||||||
# Gazebo setup
|
# Gazebo setup
|
||||||
|
|||||||
Reference in New Issue
Block a user