Uninstall gradle and maven on macOS 13

This commit is contained in:
Andrew Murray 2024-08-19 20:50:45 +10:00
parent eeb3d04843
commit 2467369c13

View File

@ -2,6 +2,9 @@
set -e set -e
if [[ "$ImageOS" == "macos13" ]]; then
brew uninstall gradle maven
fi
brew install \ brew install \
freetype \ freetype \
ghostscript \ ghostscript \