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

xiangfu pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/pinot.git


The following commit(s) were added to refs/heads/master by this push:
     new 97ac119  fixing javadoc to compatible with jdk8 source (#7754)
97ac119 is described below

commit 97ac1190723e1d7f9856de0f3b7f03fc85ce71ae
Author: Xiang Fu <xiangfu.1...@gmail.com>
AuthorDate: Fri Nov 12 00:53:36 2021 -0600

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

diff --git a/pom.xml b/pom.xml
index c5adcdf..b942761 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1425,6 +1425,7 @@
           <configuration>
             <!-- Remove this after fixing all javadoc warnings -->
             <doclint>none</doclint>
+            <source>${jdk.version}</source>
           </configuration>
         </plugin>
         <plugin>

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

Reply via email to