bom: Do not include grpc-binder (#8038)

Binder is not yet being published, so this artifact wouldn't exist.
This commit is contained in:
Eric Anderson 2021-04-02 13:03:08 -07:00 committed by GitHub
parent d9956a53df
commit 5e9a7b6e2f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 1 deletions

View File

@ -12,7 +12,12 @@ publishing {
pom.withXml {
// Generate bom using subprojects
def internalProjects = [project.name, 'grpc-gae-interop-testing-jdk8', 'grpc-compiler']
def internalProjects = [
project.name,
'grpc-binder',
'grpc-compiler',
'grpc-gae-interop-testing-jdk8',
]
def dependencyManagement = asNode().appendNode('dependencyManagement')
def dependencies = dependencyManagement.appendNode('dependencies')