Skip to content

Commit

Permalink
Add support for Java version 11 (#1063)
Browse files Browse the repository at this point in the history
  • Loading branch information
bje authored and lwander committed Oct 12, 2018
1 parent 3ddb1fc commit 1676a66
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions install/macos/InstallHalyard.sh
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,7 @@ function install_java() {
if [[ "$java_version" == *"1.8"* ]] || \
[[ "$java_version" == *"9.0"* ]] || \
[[ "$java_version" == *"10.0"* ]] || \
[[ "$java_version" == *"11"* ]] || \
[[ "$java_version" == "java version \"10\""* ]]; then
echo "Java is already installed & at the right version"
return 0;
Expand Down

0 comments on commit 1676a66

Please sign in to comment.