mirror of https://github.com/grpc/grpc-java.git
bom: Do not include grpc-binder (#8038)
Binder is not yet being published, so this artifact wouldn't exist.
This commit is contained in:
parent
d9956a53df
commit
5e9a7b6e2f
|
@ -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')
|
||||
|
|
Loading…
Reference in New Issue