This is an automated email from the ASF dual-hosted git repository.
wdberkeley pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/kudu.git
The following commit(s) were added to refs/heads/master by this push:
new 9379be8 [gradle] publish kudu-hive artifact
9379be8 is described below
commit 9379be841b42414c59e26d5479d810bad7d65a04
Author: Hao Hao <[email protected]>
AuthorDate: Sun May 12 19:50:45 2019 -0700
[gradle] publish kudu-hive artifact
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]>
---
java/kudu-hive/build.gradle | 5 +----
1 file changed, 1 insertion(+), 4 deletions(-)
diff --git a/java/kudu-hive/build.gradle b/java/kudu-hive/build.gradle
index 3d4bb2b..31ce577 100644
--- a/java/kudu-hive/build.gradle
+++ b/java/kudu-hive/build.gradle
@@ -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
\ No newline at end of file
+}
\ No newline at end of file