Skip to content

Commit df6db6f

Browse files
authored
bom: Include binder and exclude authz
Binder has had release artifacts since 0d25d8f.
1 parent 1b88065 commit df6db6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bom/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ publishing {
1414
// Generate bom using subprojects
1515
def internalProjects = [
1616
project.name,
17-
'grpc-binder',
17+
'grpc-authz',
1818
'grpc-compiler',
1919
'grpc-gae-interop-testing-jdk8',
2020
]

0 commit comments

Comments
 (0)