Skip to content

Commit

Permalink
try to turn off javadocs for tika-grpc
Browse files Browse the repository at this point in the history
  • Loading branch information
tballison committed Jul 10, 2024
1 parent c6db41a commit 1b0ce08
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tika-grpc/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 1b0ce08

Please sign in to comment.