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

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


The following commit(s) were added to refs/heads/branch_1x by this push:
     new 3764049  need to specify javadoc source when building with > javadoc 8
3764049 is described below

commit 3764049cbc03b9252f811d77d6597ca9c493d04f
Author: tallison <[email protected]>
AuthorDate: Tue Nov 26 15:20:30 2019 -0500

    need to specify javadoc source when building with > javadoc 8
---
 tika-parent/pom.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/tika-parent/pom.xml b/tika-parent/pom.xml
index 6795d35..15f7db3 100644
--- a/tika-parent/pom.xml
+++ b/tika-parent/pom.xml
@@ -537,6 +537,7 @@
             <version>${maven.javadoc.version}</version>
             <configuration>
               <doclint>none</doclint>
+              <source>1.8</source>
             </configuration>
           </plugin>
         </plugins>

Reply via email to