Skip to content

Commit e5bf794

Browse files
qkdreyerqkdreyer
authored and
qkdreyer
committed
fix: allow adoptopenjdk8 brew installation
caskroom/versions has been migrated to homebrew/homebrew-cask-versions
1 parent 041da99 commit e5bf794

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

native-script.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ def install_environment_variable(name, value)
118118
end
119119

120120
# Allow brew to lookup versions
121-
execute("brew tap caskroom/versions", "", false)
121+
execute("brew tap homebrew/homebrew-cask-versions", "", false)
122122

123123
# Install Google Chrome
124124
install("Google Chrome", "Installing Google Chrome (required to debug NativeScript apps)", "brew cask install google-chrome", false, false);

0 commit comments

Comments
 (0)