Skip to content

Commit

Permalink
bom: Do not include grpc-binder (#8038)
Browse files Browse the repository at this point in the history
Binder is not yet being published, so this artifact wouldn't exist.
  • Loading branch information
ejona86 committed Apr 2, 2021
1 parent d9956a5 commit 5e9a7b6
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion bom/build.gradle
Expand Up @@ -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')
Expand Down

0 comments on commit 5e9a7b6

Please sign in to comment.