mirror of https://github.com/grpc/grpc-java.git
b48b0ac1d4
This commit swaps to using a Sync task to place generated code in the src/generated folder instead of the gradle-protobuf-plugin's generatedFilesBaseDir. This provides much nicer results on failed builds, and you will no longer see all the generated files deleted. But at the same time the Sync task makes it easy to only copy the grpc-generated code. This was not previously done because we were lazy and using generatedFilesBaseDir, which made it difficult to treat the services differently from the messages. |
||
---|---|---|
.. | ||
src | ||
build.gradle |