This is an automated email from the ASF dual-hosted git repository. xiangfu pushed a commit to branch release-0.9.0-rc in repository https://gitbox.apache.org/repos/asf/pinot.git
commit 4f7e8f58e9cfd986264cac808a42e8ccb1744148 Author: Xiang Fu <[email protected]> AuthorDate: Thu Nov 11 22:47:29 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 671fd73..a1e4de3 100644 --- a/pom.xml +++ b/pom.xml @@ -1424,6 +1424,7 @@ <configuration> <!-- Remove this after fixing all javadoc warnings --> <doclint>none</doclint> + <source>${jdk.version}</source> </configuration> </plugin> <plugin> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
