You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ignite.apache.org by ap...@apache.org on 2023/10/02 14:42:45 UTC

[ignite-3] branch main updated: IGNITE-19633 Exclude volcano package from javadocs (#2617)

This is an automated email from the ASF dual-hosted git repository.

apkhmv pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/ignite-3.git


The following commit(s) were added to refs/heads/main by this push:
     new f25b67f6a6 IGNITE-19633 Exclude volcano package from javadocs (#2617)
f25b67f6a6 is described below

commit f25b67f6a6f20467709e2f4d8bf20bd2f2f1251e
Author: Mikhail <Po...@users.noreply.github.com>
AuthorDate: Mon Oct 2 17:42:38 2023 +0300

    IGNITE-19633 Exclude volcano package from javadocs (#2617)
---
 buildscripts/java-core.gradle | 1 +
 1 file changed, 1 insertion(+)

diff --git a/buildscripts/java-core.gradle b/buildscripts/java-core.gradle
index 36d414eff0..13cf8ae3ee 100644
--- a/buildscripts/java-core.gradle
+++ b/buildscripts/java-core.gradle
@@ -104,6 +104,7 @@ javadoc {
 
     exclude 'org/apache/ignite/internal/**'
     exclude 'org/apache/ignite/raft/jraft/**'
+    exclude 'org/apache/calcite/plan/volcano/**'
     exclude 'com/facebook/presto/**'
 
     enabled = true