Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bom: Remove protoc-gen-grpc-java #9020

Merged
merged 1 commit into from Mar 28, 2022
Merged

Commits on Mar 25, 2022

  1. bom: Remove protoc-gen-grpc-java

    protoc-gen-grpc-java isn't useful in a BOM because the Gradle plugin
    doesn't support BOMs (google/protobuf-gradle-plugin#412) and it seems
    unlikely the Maven plugin would as well.
    
    Right now the type is pom, which is useless; nobody cares about the pom
    itself. We'd need to use a type of exe and repeat it for each platform
    (classifier). Given that it is a strange case and we can't actually test
    the results and having it in the bom might lead a user to trying to make
    it work, let's just remove it for now until it provides value.
    
    Fixes grpc#8936
    ejona86 committed Mar 25, 2022
    Copy the full SHA
    f6f3759 View commit details
    Browse the repository at this point in the history