Commits


Sutou Kouhei authored and GitHub committed ca9c5e1972b
GH-36501: [CI][Java][JAR] Ensure removing Homebrew's gRPC packages (#36516) ### Rationale for this change Homebrew's RE2 package depends on gRPC. There are multiple gRPC packages in Homebrew. We need to remove all gRPC packages to remove RE2 package. ### What changes are included in this PR? Remove `grpc@ 1.54` too. ### Are these changes tested? Yes. ### Are there any user-facing changes? No. * Closes: #36501 Authored-by: Sutou Kouhei <kou@clear-code.com> Signed-off-by: Sutou Kouhei <kou@clear-code.com>