Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use
servicetalk-grpc-protoc-all
for pom.xml
Motivation: `build.gradle` for grpc example uses `servicetalk-grpc-protoc-all` artifact, but `pom.xml` uses `servicetalk-grpc-protoc`. After apple#2209, maven example does not work anymore: servicetalk-grpc-protoc_out: ServiceTalk code generation failed: java.lang.NoClassDefFoundError: com/squareup/javapoet/ClassName Modifications: - Use `<classifier>all</classifier>` to let maven use an uber jar; Result: Maven build works for grpc example. Related: servicetalk/examples#1
- Loading branch information