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 <[email protected]> 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: [email protected] For additional commands, e-mail: [email protected]
