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

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


The following commit(s) were added to refs/heads/main by this push:
     new 1b0ce0857 try to turn off javadocs for tika-grpc
1b0ce0857 is described below

commit 1b0ce08575a719de2aecd28680f4773a536ac302
Author: tallison <[email protected]>
AuthorDate: Wed Jul 10 11:46:02 2024 -0400

    try to turn off javadocs for tika-grpc
---
 tika-grpc/pom.xml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/tika-grpc/pom.xml b/tika-grpc/pom.xml
index f775661b2..9656b9e60 100644
--- a/tika-grpc/pom.xml
+++ b/tika-grpc/pom.xml
@@ -40,6 +40,8 @@
     <awaitility.version>4.2.1</awaitility.version>
     <j2objc-annotations.version>3.0.0</j2objc-annotations.version>
     <error_prone_annotations.version>2.28.0</error_prone_annotations.version>
+    <!-- javadocs doesn't build for generated code -->
+    <maven.javadoc.skip>true</maven.javadoc.skip>
   </properties>
 
   <dependencyManagement>

Reply via email to