Abhishek Chennaka has uploaded this change for review. (
http://gerrit.cloudera.org:8080/23205
Change subject: [Java] KUDU-3677: Fix optional dependencies
......................................................................
[Java] KUDU-3677: Fix optional dependencies
This update removes compileUnshaded dependencies from the generated POM and
re-adds them with
compile scope, including any defined exclusions without the optional
configuration attribute.
We now use project.configurations.findByName("compileUnshaded") instead of
direct access to
avoid Could not get unknown property 'compileUnshaded' errors when the
configuration is not
defined.
Change-Id: I5b7593f595b64082d86fb64cbe8f38ff9b2ccb88
---
M java/gradle/publishing.gradle
1 file changed, 45 insertions(+), 10 deletions(-)
git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/05/23205/1
--
To view, visit http://gerrit.cloudera.org:8080/23205
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings
Gerrit-Project: kudu
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: I5b7593f595b64082d86fb64cbe8f38ff9b2ccb88
Gerrit-Change-Number: 23205
Gerrit-PatchSet: 1
Gerrit-Owner: Abhishek Chennaka <[email protected]>