Grant Henke has uploaded this change for review. ( http://gerrit.cloudera.org:8080/14224
Change subject: [java] Disable install of unpublished jars ...................................................................... [java] Disable install of unpublished jars We don’t publish the kudu-jepsen and kudu-backup-common jars when releasing but currently we still install them into the local Maven repository when running `gradle install`. For consistency this patch disables the `install` task for unpublished jars to match the disabled `uploadArchives` task. Change-Id: Ie142c373d7c33374a7515da807e650f708c002b3 --- M java/kudu-backup-common/build.gradle M java/kudu-jepsen/build.gradle 2 files changed, 3 insertions(+), 1 deletion(-) git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/24/14224/1 -- To view, visit http://gerrit.cloudera.org:8080/14224 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: kudu Gerrit-Branch: master Gerrit-MessageType: newchange Gerrit-Change-Id: Ie142c373d7c33374a7515da807e650f708c002b3 Gerrit-Change-Number: 14224 Gerrit-PatchSet: 1 Gerrit-Owner: Grant Henke <[email protected]>
