Skip to content

Commit

Permalink
[gradle] publish kudu-hive artifact
Browse files Browse the repository at this point in the history
This patch allows publishing kudu-hive artifact, since it is ready to
be supported long term. And there is consumer such as apache Impala
which depends on it for e2e testing.

Change-Id: I43c7e9ded568e3903558156851fb24bb0a0432b6
Reviewed-on: http://gerrit.cloudera.org:8080/13316
Tested-by: Kudu Jenkins
Reviewed-by: Grant Henke <[email protected]>
  • Loading branch information
haohaoc committed May 13, 2019
1 parent f6f8bbf commit 9379be8
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions java/kudu-hive/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,4 @@ dependencies {
// kudu-hive has no public Javadoc.
javadoc {
enabled = false
}

// Skip publishing kudu-hive until it's ready to be supported long-term.
uploadArchives.enabled = false
}

0 comments on commit 9379be8

Please sign in to comment.