commit | df6db6fe8bc9e62f0f94c02b11260ed3361e715f | [log] [tgz] |
---|---|---|
author | Eric Anderson <[email protected]> | Mon Feb 14 12:17:56 2022 -0800 |
committer | GitHub <[email protected]> | Mon Feb 14 12:17:56 2022 -0800 |
tree | d20fa14b40fe9a6eaf1e10ead28701d4121e8ad2 | |
parent | 1b88065f9a522cf60c7c7824c200cd55201e97a1 [diff] |
bom: Include binder and exclude authz Binder has had release artifacts since 0d25d8f7.
diff --git a/bom/build.gradle b/bom/build.gradle index 49fcb3c..be2722d 100644 --- a/bom/build.gradle +++ b/bom/build.gradle
@@ -14,7 +14,7 @@ // Generate bom using subprojects def internalProjects = [ project.name, - 'grpc-binder', + 'grpc-authz', 'grpc-compiler', 'grpc-gae-interop-testing-jdk8', ]