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

dimas pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/polaris.git


The following commit(s) were added to refs/heads/main by this push:
     new 6f879097a Increase javadoc visibility in 
`persistence/nosql/persistence/cdi/weld` (#3110)
6f879097a is described below

commit 6f879097a4570e125072f9ac9a3979a44c3d1d30
Author: Dmitri Bourlatchkov <[email protected]>
AuthorDate: Fri Nov 21 11:03:52 2025 -0500

    Increase javadoc visibility in `persistence/nosql/persistence/cdi/weld` 
(#3110)
    
    This is to fix javadoc error: `No public or protected classes found to 
document`
---
 persistence/nosql/persistence/cdi/weld/build.gradle.kts | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/persistence/nosql/persistence/cdi/weld/build.gradle.kts 
b/persistence/nosql/persistence/cdi/weld/build.gradle.kts
index 4edf6ffe7..6a5aa3dc9 100644
--- a/persistence/nosql/persistence/cdi/weld/build.gradle.kts
+++ b/persistence/nosql/persistence/cdi/weld/build.gradle.kts
@@ -71,4 +71,7 @@ dependencies {
   testRuntimeOnly(libs.smallrye.jandex)
 }
 
-tasks.withType<Javadoc> { isFailOnError = false }
+tasks.withType<Javadoc> {
+  isFailOnError = false
+  options.memberLevel = JavadocMemberLevel.PACKAGE
+}

Reply via email to