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

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

commit 05a534b4e201f536a0d08c0e15add16af1bdc5b1
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
    
    (cherry picked from commit 7a4ae3b5240443e6db040341e8b5e9b44059c307)
---
 build.gradle | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/build.gradle b/build.gradle
index 9418346a35..aa6dadf305 100644
--- a/build.gradle
+++ b/build.gradle
@@ -110,8 +110,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