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

repositories.bzl: Use valid target name for grpc-services #9422

Merged
merged 2 commits into from Aug 2, 2022

Commits on Aug 2, 2022

  1. repositories.bzl: Use valid target name for grpc-services

    This fixes builds including dependencies from Maven that use
    io.grpc:grpc-services. It resolves this error:
    ```
    no such target '@io_grpc_grpc_java//services:services': target 'services' not declared in package 'services' defined by services/BUILD.bazel and referenced by '@maven//:io_grpc_grpc_services'
    ```
    
    Fixes grpc#9419
    ejona86 committed Aug 2, 2022
    Configuration menu
    Copy the full SHA
    f889285 View commit details
    Browse the repository at this point in the history
  2. Also grpc-xds

    ejona86 committed Aug 2, 2022
    Configuration menu
    Copy the full SHA
    65c7432 View commit details
    Browse the repository at this point in the history