salesforce / grpc-java-contrib

Useful extensions for the grpc-java library
BSD 3-Clause "New" or "Revised" License
220 stars 34 forks source link

Creating Gradle build files #21

Closed noel-yap closed 7 years ago

noel-yap commented 7 years ago

I'm creating Gradle build files so we can better support jprotoc within our environment. Everything works at this point except for the symbol GreeterGrpc8 not being found while building jprotoc-test. How is this generated?

rmichela commented 7 years ago

GreeterGrpc8 is generated by executing the com.salesforce.jprotoc.jdk8.Jdk8Generator plugin during Maven's generate-test-sources lifecycle stage.

https://github.com/salesforce/grpc-java-contrib/blob/master/jprotoc-test/pom.xml#L101