Commits


Vibhatha Lakmal Abeykoon authored and GitHub committed 9174bb7deee
GH-43377: [Java][CI] Java-Jars CI is Failing with a linking error on macOS (#43385) ### Rationale for this change For `googletest`, we have installation via BUNDLED and brew, a version mismatch from one of these options could cause conflicts and linking related issues. Preferring BUNDLED version, this PR uninstalls the brew installation of `googletest`. ### What changes are included in this PR? Removing brew installation of `googletest` ### Are these changes tested? Yes. ### Are there any user-facing changes? No * GitHub Issue: #43377 Authored-by: Vibhatha Abeykoon <vibhatha@gmail.com> Signed-off-by: Dane Pitkin <dpitkin@apache.org>