Skip to content

Commit

Permalink
bom: specify pom type for protoc-gen-grpc-java
Browse files Browse the repository at this point in the history
  • Loading branch information
creamsoup committed Oct 5, 2019
1 parent d8a66c1 commit 1fc38cc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bom/build.gradle
Expand Up @@ -30,6 +30,7 @@ publishing {
dependencyNode.appendNode('groupId', project.group)
dependencyNode.appendNode('artifactId', 'protoc-gen-grpc-java')
dependencyNode.appendNode('version', project.version)
dependencyNode.appendNode('type', 'pom')
}
}
}
Expand Down

0 comments on commit 1fc38cc

Please sign in to comment.