You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pinot.apache.org by xi...@apache.org on 2021/11/12 00:03:38 UTC

[pinot] 01/01: fixing javadoc to compatible with jdk8 source

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

xiangfu pushed a commit to branch fixing-javadoc-error
in repository https://gitbox.apache.org/repos/asf/pinot.git

commit eadfd95f4da6b4727a99bfc38750a529c45f4929
Author: Xiang Fu <xi...@gmail.com>
AuthorDate: Thu Nov 11 18:02:57 2021 -0600

    fixing javadoc to compatible with jdk8 source
---
 pom.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/pom.xml b/pom.xml
index 87e5400..f2cab2e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1424,6 +1424,7 @@
           <configuration>
             <!-- Remove this after fixing all javadoc warnings -->
             <doclint>none</doclint>
+            <source>8</source>
           </configuration>
         </plugin>
         <plugin>

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@pinot.apache.org
For additional commands, e-mail: commits-help@pinot.apache.org