Grant Henke has uploaded this change for review. ( http://gerrit.cloudera.org:8080/16953
Change subject: [build] Seperate protobuf java compilation into a seperate module ...................................................................... [build] Seperate protobuf java compilation into a seperate module Currently we compile the RPC Protobufs in both the kudu-client and the kudu-subprocess. Doing this also combines them onto the same classpath as the module itself. This patch breaks those classes into a seperate `kudu-rpc` module so that we can avoid duplicate work and ignore the `kudu-rpc` module in API compatibility and test coverage checks. This module is not published, so there is no net change to the final artifacts. Change-Id: Ib83db74c4a09cdd597bee90f5124ed804adac42d --- M build-support/check_compatibility.py M java/kudu-client/build.gradle A java/kudu-rpc/build.gradle M java/kudu-subprocess/build.gradle M java/settings.gradle 5 files changed, 46 insertions(+), 24 deletions(-) git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/53/16953/1 -- To view, visit http://gerrit.cloudera.org:8080/16953 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: kudu Gerrit-Branch: master Gerrit-MessageType: newchange Gerrit-Change-Id: Ib83db74c4a09cdd597bee90f5124ed804adac42d Gerrit-Change-Number: 16953 Gerrit-PatchSet: 1 Gerrit-Owner: Grant Henke <[email protected]>
