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

jacopoc pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/ofbiz-framework.git

commit 7a4ae3b5240443e6db040341e8b5e9b44059c307
Author: Jacopo Cappellato <[email protected]>
AuthorDate: Sat May 30 06:55:41 2026 +0200

    Improved: Add comment for Javadoc option and remove commented out option
---
 build.gradle | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/build.gradle b/build.gradle
index a3d8444ef1..8a7e69bc54 100644
--- a/build.gradle
+++ b/build.gradle
@@ -147,8 +147,8 @@ javadoc {
         )
     }
     options as StandardJavadocDocletOptions
+    // Generate Javadocs quietly, validate everything except missing 
documentation
     options.addStringOption('Xdoclint:all,-missing', '-quiet')
-    //options.addStringOption('Xmaxwarns', '0') // Setting to 0 means all 
warnings (default 100). We have currently (2025/03/16) 12167 warnings!
 }
 
 java {

Reply via email to