Grant Henke has submitted this change and it was merged. ( 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 Reviewed-on: http://gerrit.cloudera.org:8080/14224 Tested-by: Kudu Jenkins Reviewed-by: Adar Dembo <[email protected]> --- M java/kudu-backup-common/build.gradle M java/kudu-jepsen/build.gradle 2 files changed, 3 insertions(+), 1 deletion(-) Approvals: Kudu Jenkins: Verified Adar Dembo: Looks good to me, approved -- 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: merged Gerrit-Change-Id: Ie142c373d7c33374a7515da807e650f708c002b3 Gerrit-Change-Number: 14224 Gerrit-PatchSet: 2 Gerrit-Owner: Grant Henke <[email protected]> Gerrit-Reviewer: Adar Dembo <[email protected]> Gerrit-Reviewer: Grant Henke <[email protected]> Gerrit-Reviewer: Kudu Jenkins (120)
