Skip to content

Commit

Permalink
chore: implement install openjdk 17 (#118)
Browse files Browse the repository at this point in the history
  • Loading branch information
luismayta committed Nov 27, 2023
1 parent 6ea8634 commit 2657dcb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/osx.zsh
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ function flutter::internal::flutter::post_install {
touch "${ANDROID_FILE_REPOSITORIES}"
mkdir -p "${ANDROID_HOME}"

[ "$(! core::exists java)" ] && brew install openjdk@11
[ "$(! core::exists java)" ] && brew install openjdk@11 openjdk@17
[ "$(! core::exists sdkmanager)" ] && brew install --cask android-commandlinetools

sdkmanager --update --sdk_root="${ANDROID_HOME}"
Expand Down

0 comments on commit 2657dcb

Please sign in to comment.