This is an automated email from the ASF dual-hosted git repository.
tallison pushed a commit to branch branch_2x
in repository https://gitbox.apache.org/repos/asf/tika.git
The following commit(s) were added to refs/heads/branch_2x by this push:
new 76147643b try to get javadoc working again in github actions
76147643b is described below
commit 76147643bc61769cbd9b63b4bbd4567ce7fe73ad
Author: tallison <[email protected]>
AuthorDate: Tue Oct 22 09:19:01 2024 -0400
try to get javadoc working again in github actions
---
tika-parent/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tika-parent/pom.xml b/tika-parent/pom.xml
index 57018fc09..24ef39db1 100644
--- a/tika-parent/pom.xml
+++ b/tika-parent/pom.xml
@@ -1363,7 +1363,7 @@
<version>${maven.javadoc.version}</version>
<configuration>
<doclint>none</doclint>
- <source>1.8</source>
+ <source>8</source>
</configuration>
</plugin>
</plugins>